Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Instruction
Python Data Types and Math Operations
In Python, we work with different types of information, or data types. This worksheet will help you understand two important data types: integers (whole numbers) and floats (numbers with decimals). You will also practice some basic math operations.
Part 1: Data Types
What are Data Types?
- A data type tells Python what kind of information you are working with....