#Guess the output in this case?
a=(1 << 53)+1
print(a+1.0 > a)
#???
Python Coding September 10, 2022 Python No comments
#Guess the output in this case?
a=(1 << 53)+1
print(a+1.0 > a)
#???
Free Python PDF Books
— Python Coding (@clcoding) October 6, 2022
🧵:
Can you guess the output of the second piece of code?🐍
Posted by Python Coding on Tuesday, 16 February 2021
0 Comments:
Post a Comment