5 PM – Intro to Python – Darin
What We Did Today: Saw a couple more examples on the random module to use the random functions Learnt debugging techniques and forms of errors Homework: Make a file called Sept19_RandomHW.py and submit toRead More...
What We Did Today: Saw a couple more examples on the random module to use the random functions Learnt debugging techniques and forms of errors Homework: Make a file called Sept19_RandomHW.py and submit toRead More...
Today We We went over last week's homework. We learned about Strings: Built-in String methods (ex: .upper(), .lower(), .title()) New way to combine variables into Strings (ex: f"{var1} {var2}") String Shortcuts (ex:Read More...
Today we: Took the Intro to Python Quiz 1. Homework: No homework! Review your quiz results. Since many students will be absent next week, there will be no class on 10/1. ClassRead More...
What We Did Today: Had our final exam! Results have been sent via email and if you need a retake you will have to schedule one with your parents. Homework: None! Notes:Read More...
Today We We went over last week's homework. We learned about If-Else statements. Homework (Upload your homework into your Google Drive HW folder before the class starts) Make a new file calledRead More...
You will have your second quiz next week same time !! What We Did Today: Reviewed how to use the random module Went over a couple more debugging examples Reviewed for nextRead More...
What We Did Today: Had our second quiz For those of you that weren't able to make it to today's zoom, please work on the quiz sent to your emails before classRead More...
Today We We went over the If-Else HW. We learned about user input. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Make a newRead More...
Today we: Reviewed the Intro to Python Quiz 1. Started learning about functions without return values. Homework: Do pages 130-133. Do not do the Try-It-Yourself questions. Email me for help: yitong@ayclogic.com
What We Did Today: Created collisions for our flappy duck Give flappy duck the ability to jump up and fall down Cleaned up code with TESTING variable Homework: # homework: # 1.Read More...