print(10**40//2)
print(int(10**40/2))
Output of the codes:
5000000000000000000000000000000000000000
5000000000000000151893014213501833445376
Why different values? Why the output of the second print()
looks so?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…