mklsw opened this issue 6 years ago · 0 comments
print (round (3*1415 , 2)) # result 3. 14
应该是print (round (3.1415 , 2)) # result 3. 14