Save
...
mock
programing
data types
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
emily d
Visit profile
Cards (11)
What are data types in programming?
Types of data used in
code
View source
Why don't you need to change variables in Python?
You can use different
data types
without changes
View source
What is a string variable in Python?
A variable that contains
text
View source
What is the value of a float variable in Python?
1.5
View source
What is the value of a boolean variable in Python?
True
View source
What should you notice about string variables in Python?
They are enclosed in
quotation marks
View source
What type of numbers are whole numbers in Python?
Integer numbers
View source
What type of numbers are decimal points in Python?
Floating-point numbers
View source
What are boolean values in Python?
True
or
False
View source
What is significant about the capital letter in True in Python?
It must be
capitalized
View source
What are operators in programming?
Symbols that perform
operations
View source