%
#与
|
#OR
not
#非
#Rounding
7 // 4
#求余
10% 4
#power
2 ** 3
#A place to pay attention to floating-point operations
a = 4.2
b = 2.1
c = a + b #
%
#与
|
#OR
not
#非
#Rounding
7 // 4
#求余
10% 4
#power
2 ** 3
#A place to pay attention to floating-point operations
a = 4.2
b = 2.1
c = a + b #