##Python 2.6, 10
Python 2.6, 10
print`-.1`
Prints -0.10000000000000001, which is 20 chars.
Note that the string repr shows more precision. print-.1 just gives -.1, and print.1/3 gives 0.0333333333333 for only 13 digits of accuracy.
##Python 2.6, 10
print`-.1`
Prints -0.10000000000000001, which is 20 chars.
Note that the string repr shows more precision. print-.1 just gives -.1, and print.1/3 gives 0.0333333333333 for only 13 digits of accuracy.
Python 2.6, 10
print`-.1`
Prints -0.10000000000000001, which is 20 chars.
Note that the string repr shows more precision. print-.1 just gives -.1, and print.1/3 gives 0.0333333333333 for only 13 digits of accuracy.
##Python 2.6, 10
print`-.1`
Prints -0.10000000000000001, which is 20 chars.
Note that the string repr shows more precision. print-.1 just gives -.1, and print.1/3 gives 0.0333333333333 for only 13 digits of accuracy.
##Python 2, 10
print`-.1`
Prints -0.10000000000000001, which is 20 chars.
Note that the string repr shows more precision. print-.1 just gives -.1, and print.1/3 gives 0.0333333333333 for only 13 digits of accuracy.
##Python 2.6, 10
print`-.1`
Prints -0.10000000000000001, which is 20 chars.
Note that the string repr shows more precision. print-.1 just gives -.1, and print.1/3 gives 0.0333333333333 for only 13 digits of accuracy.