- This event has passed.
5PM Python Level 1
June 15, 2019 @ 5:00 pm - 6:00 pm
- We reviewed Variables and homework.
- We continued to discuss the following topics (p.83 to 88):
- IF
- IF ELSE
- IF ELIF ELSE
- We continued to discuss LIST:
- How to add an element in List using append() (p.41 & 42).
- Iterate through every element in List using for loop (p.54, 55).
- Homework:
- https://indo.ayclogic.com/tell-me-your-age/
- Study how to remove an element from list (p.43,p.44,p.45)