Podcast
Questions and Answers
Which function can convert a floating point number or a string into an int?
Which function can convert a floating point number or a string into an int?
What does the int function do with floating point numbers?
What does the int function do with floating point numbers?
What happens when the int function is called with the argument '3.9999'?
What happens when the int function is called with the argument '3.9999'?
Which function can turn an integer, a float, or a syntactically legal string into a float?
Which function can turn an integer, a float, or a syntactically legal string into a float?
Signup and view all the answers
What type of error is raised when the int function is called with the argument '23 bottles'?
What type of error is raised when the int function is called with the argument '23 bottles'?
Signup and view all the answers