« All Events
2 PM – Intro To Python – Gamas
July 10, 2021 @ 2:00 pm - 3:00 pm
Today We Do
- We went over homeworks from https://indo.ayclogic.com/list-inputs-if-and-else-loops-and-function/ and https://indo.ayclogic.com/tell-me-your-age/
Homework
- Next week (July 17) is first quiz. You need to have gmail account to receive the quiz via google forms. Most of the questions will be coding questions. You need to use your Thonny python editor to do the codes to answer the questions from the quiz. After you do it in Thonny, you need to copy and paste the code to the Quiz google form.
- This is not an open book quiz, so please during the quiz, don’t look at your previous exercises or homework.
- Study these topics
- While Loop, For Loop.
- List and how to go through each element in the List using For Loop
- How to continuously ask user some question until user enter “exit” or “quit” to stop your program.
- IF ELSE ELIF statements
- How to get input from shell.
- String and List operations such as title(), lower(), len().
- Variables and datatypes.