BIT BY BYTE
Card 1 of 14

Question

How do you convert input to a whole number?

tap to flip

Answer

Wrap it in `int()`, e.g. `age = int(input("Age: "))`