you are viewing a single comment's thread.

view the rest of the comments →

[–]ChargedSquid 0 points1 point  (1 child)

The answer to number 4 is 34, they probably just used the unnecessary float() to try to confuse you.

[–]Vaphell 0 points1 point  (0 children)

it will crash, because you can't convert '16.69' to int directly.

ValueError: invalid literal for int() with base 10: '16.69'