Python Types
Lecture date: Wednesday, August 28, 2024
Learing Objectives
- Review the idea of /variables/ and variable assignment.
- List and distinguish each of the most basic data types of Python, namely int, float, boolean, complex, and str.
- Use Tuples to compbine values.
- Access parts of a string using indexing and slicing.
- Convert between data types.