b,b*=a+2
c,b+=a+2
D, b=a%2.5 a and b are integer variables, and 2.5 is floating-point variable. The two types are different, but the floating-point type can be converted into an integer by forcing the type, and then% is the remainder operation.