- This event has passed.
5 PM – Intro To Python – Shawn
September 18, 2023 @ 5:00 pm - 6:00 pm
Gamas sub
Homework
- To prepare Isaac to retake final test, I am assigning a lot of homeworks. Isaac, please try your best to do below 2 homeworks and review grocerry shopping cart project
- Create sep_19_magic_8_ball_v1.py and do coding according to instruction in https://www.ayclogic.com/intro-to-python/magic-8-ball/
- Create sep_19_draw_face.py. Inside this file,
- I want you to copy rectangle and draw_circle functions from your past class.
- Create a new function, draw_face(x,y,color) and everytime you call this function it will draw the one face
- Review and come up with questions grocerry_shopping_cart program from here: https://drive.google.com/file/d/1dyTf8PkFos215Oi3oenDR0GRecRBztpV/view?usp=drive_link
- After reviewing grocerry_shopping_cart program. Try to see if you can do below program
Welcome to AYC Logic library AYC Logic Library 1. add book 2. list all books Enter your selection ('exit' to quit): 1 Enter a new book name: Lord Of The Rings Thank you for adding 'Lord Of The Rings' AYC Logic Library 1. add book 2. list all books Enter your selection ('exit' to quit): 1 Enter a new book name: Narnia Thank you for adding 'Narnia' AYC Logic Library 1. add book 2. list all books Enter your selection ('exit' to quit): 1 Enter a new book name: Lightning Thief Thank you for adding 'Lightning Thief' AYC Logic Library 1. add book 2. list all books Enter your selection ('exit' to quit): 2 You have 3 books in your inventory: Lord Of The Rings Narnia Lightning Thief AYC Logic Library 1. add book 2. list all books Enter your selection ('exit' to quit): exit