Previous Lecture | Lecture 2 | Next Lecture |
Lecture 2, Wed 10/04
Python data types
Resources from lecture
Questions and Answers
- Q: Installing Python?
- A: Visit http://python.org/download
Python Data Types
- Integer:
int
- Float :
float
- String:
str
- List:
list
- Tuple:
tuple