1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What types of numbers does Python support
Integers, floats, and complex numbers.
How do you represent a floating-point number in Python?
A floating-point number has a decimal point.
What is the result of 20/10 in Python?
2.0
What types of numbers does Python support?
Numbers
Python supports integers, floats, and complex numbers.