Strings and numbers Flashcards
1
Q
What will float(“4.57”) print out?
A
4.57
2
Q
What does the (x) at the end of int(x) or str(x) mean?
A
It is where you put the variable in
What will float(“4.57”) print out?
4.57
What does the (x) at the end of int(x) or str(x) mean?
It is where you put the variable in