Question #156

What it the output of the code snippet below?
print(float(".1"))

The function float() works without a zero before the decimal place. Not an issue! (docs.python.org/3/library/functions.html#float)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: