5pm Intro To Python – Bill
Today We: Continued the Shopping Cart system project Learned how to check if the user's response is not something we are looking for Added elif statements to check the possible options ofRead More...
Today We: Continued the Shopping Cart system project Learned how to check if the user's response is not something we are looking for Added elif statements to check the possible options ofRead More...
WEDNESDAY Today we continued the Sayu project - we started to add shading with a light gray color. HOMEWORK Work on your final project. You should be finished with steps: 1) Stick-figureRead More...
Homework Given a 2D grid of size m x n and an integer k. You need to shift the grid k times. In one shift operation: Element at grid moves to grid.Read More...
Today We Did: Finished Magic 8 Ball with choice and randint Started Hangman Homework: Work on Hangman Keep printing the number of lives using the symbols Keep asking the user "Enter aRead More...
Today We Do We reviewed For Loop List Homework and do some more exercises. Homework Create March2_ForLoopListHomework2.py Do TRY IT YOURSELF from page 56: 4-1 and 4-2. And then create another fileRead More...
Today: We added the bullet sprite. We added direction to the bullet and spawned them in 4 different directions We added the enemy health. Homework: Add the landing page with a playRead More...