Casting result

Report a typo

Match each type casting with the result it produces.

Match the items from left and right columns
int("10.0")
float(10)
str(10.0)
int(10.3)
str(10)
10.0
"10"
10
ValueError
"10.0"
___

Create a free account to access the full topic