5 PM – Intro To Java – Alex
Today We Did: Reviewed the homework "ForLoopIfElseHW" Started to learn about lists, and how to add, get, and remove things from them. Also, learned about how to loop through a list andRead More...
Today We Did: Reviewed the homework "ForLoopIfElseHW" Started to learn about lists, and how to add, get, and remove things from them. Also, learned about how to loop through a list andRead More...
Homework Create a new file Feb17_StringHomework.py Copy codes from page 20 to page 23 from the textbook. If you see ">>>" in the book, don't copy this >>>. For example in theRead More...
Homework Continue on Feb10_GroceryShoppingCart.py Add codes so after you are "done", the program will list all items that the user purchase. You have to create a list to keep track of theRead More...
Today We: Continued working on the Flappy Duck project Added a game_state attribute and a main menu Your HW: Continue working on your projects