Q. What is the value returned by is_int function?
Code:
bool is_int(12.54)
β
Correct Answer: (B)
False
bool is_int(12.54)
You must be Logged in to update hint/solution