Beginner’s Python: Session Two
Session Content
Standard Content
- ‘Talk’ back to Python using the
input()
function - Learn why variable types are important
- Use lists to store multiple numbers
- Compute attributes of lists such as total, length, minimum and maximum
Additional Notes
None
- Type promotion for arithmetic
- f-strings
- Arithmetic on lists
- String methods (case,
.replace()
,.strip()
) - Quotes