Introduction to Python Flashcards
1
Q
What is an atomic data type and what are the four atomic data types?
A
An atomic data types have values that cannot be divided or broken down further
-integer
-float
-boolean
-character
2
Q
What is a complex data type
A