Question #215

Author: admin
tags: Python  
print(int('4.999')) # ??
What will be printed?
4
5
ValueError
Rate the difficulty of the question:
easyhard