Today we did: Learned about variables and data types (Integer, float, string) Learned about print() statements String concatenation Started learning If-Else statements Homework: Create a new file named July31_StringHW.py (make a newRead More...
Today We Did Explored the topic of class variables Animated our birds to flap when flying You can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/mon-7-pm-dragon-birdie/-/tree/MON-7PM-Sebastian?ref_type=headsRead More...
Today We Did Quiz 2 Review Started learning about Turtle Homework Create a new file “Aug9_TurtleShapesHomework.py” Fill in all shapes Create a new function “draw_rectangle”. One parameter: pen_color. Inside the function, drawRead More...
Today We Did We reviewed turtle python project. We started Grocery Shopping Cart. Homework Continue with Aug3_GroceryShoppingCart.py Make sure if user select "Ice Cream" and "Bread" the program works and the programRead More...
What We Did Today: We reviewed using for loops for lists and using range Introduced the topic of while loops and conditionals Homework: Create python file named WhileLoopHW.py and when finished uploadRead More...
Today We Did Reviewed data types and operations Learned about if, elif, and else Learned about the special keywords "and" & "or", and how to use them with conditions In case youRead More...
Today we did: Reviewed HW Printing using f-strings (formatted strings) If statements with or and and elif statements Homework: Create Aug7_StringHW2.py Page 25: TRY IT YOURSELF: 2-3, 2-4, 2-5 and 2-6 ForRead More...
Homework Continue with your Jul22_RobuxShoppingCart.py. Add codes to handle "2. Buy The Samurai of the Gamers 1000 robux", "3. Buy parrot 50 robux". Also add code to do "4. Add more robux"Read More...