6 PM – Intro to Python – Daniel
What We Did We went over some functions using random module from the homework. Worked through the Magic 8 ball problem in class together. Homework Create a file called Oct_3_RandomFunctionsHW2.py and doRead More...
What We Did We went over some functions using random module from the homework. Worked through the Magic 8 ball problem in class together. Homework Create a file called Oct_3_RandomFunctionsHW2.py and doRead More...
Today We Did: Bug fixing practice Looked at the first bug-fixing homework Homework: In one new file, “October3_fix_bugs_2”, do the following: https://www.ayclogic.com/fix-python-bugs-2/ In another new file, “quiz_2_practice”, do the following: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ questionsRead More...
Today We Did Reviewed the logical operators "and" & "or" Reviewed everything we can do with lists Create a list Access one element in a list Change an element's value Add toRead More...
Today We Did: Reviewed a bit about inputs Lists [] to create .append() to add locations --> list starts with zero and ascends upwards how do we get specific location name_of_list --->Read More...