7:30 AM – Intro To Python – Gamas
Today We Did We continued with the quiz for number 6. We continued with the Intro To Turtle by coloring the background color and coloring the shapes. Homework Finish the quiz fromRead More...
Today We Did We continued with the quiz for number 6. We continued with the Intro To Turtle by coloring the background color and coloring the shapes. Homework Finish the quiz fromRead More...
Homework Continued on Aug10_RobuxSystem.py Add code so you can keep track of all items purchased. Add code so when user exit, the program needs to print all items purchased and also printRead More...
Today we did: Reviewed for loops and iterating by elements as well as index Review append, insert, remove, pop, del list functions Introduced while loops as a way of executing certain codeRead More...
Homework Create a new python file Aug20_StringHomework.py Copy codes from page 20 to 23. For those who do not have the book yet, click this link IntroToPythonP20toP23 When you see >>> copy theRead More...
Today We Did We learned about IF ELSE ELIF statements We learned how to get input from shell We learn about List. Homework Create Aug20_HowOldAreYou.py and do exercise from this page (onlyRead More...
Today We Did We continued with Robux System. We added purchase_item function to eliminate code duplication. We keep track robux_spent by creating a new variable. Homework Continue with Robux system, add aRead More...
Today we did: Review for the quiz with trivia style questions: went over variables and the different types string concatenation, f-strings, string functions if, elif, else statements, the different operators like ==,Read More...
Today We Did We learned about String data type. We learned about 3 String built-in functions: lower(), upper(), title() We learned how to combine String together using Python "f" formatter. Homework IfRead More...
Homework Create Aug27_ForLoopListHW.py Copy code from page 55. Do page 56 TRY IT YOURSELF: 4-1, 4-2
Today We Did We learned about Integer, Float, String, Boolean We learned how to combine String together using + and , Homework Create a new python file Aug27_StringHomework.py in Thonny. Copy codesRead More...