Message from Python discussions

December 2018

— Can someone please provide some resources for good learning exercises in python.

— 

What point 9 states is not to post real photographies (taken with a real camera, of cellphone generally) to show your code while asking for help, because the code inside the photo is mostly blurry, can't be read and usually there's a creepy guy reflected on the screen

— Ok, I'm understand

— He's not asking for help ¯\_(ツ)_/¯

— People cant read context i guess

— Sorry)

— Yes! Thank you so much! This is exactly what I want!

— Language:

python3


Source:
print(round(2018.1 - 2018, 10))
print(round(2018.12 - 2018, 10))


Result:
0.1
0.12

Message permanent page

— Actually, didn't see this, but this is pretty much the same.

— Thank you Mario! 😄

— And what is normally handled by format strings

— How about using decimal?