6 PM – Intro to Python – Daniel
What We Did We went over the review exercises Practiced with any topics that needed more attention Homework Review for the quiz next week If you have any questions about the reviewRead More...
What We Did We went over the review exercises Practiced with any topics that needed more attention Homework Review for the quiz next week If you have any questions about the reviewRead More...
Today We Did: Reviewed the homework Brushed up on what functions are with/without return values Tried the Magic 8 ball worked with the library random for random choces random.randint(1,4) random.randchoice() Homework: InRead More...
Today We Did We learned about variables We learned about 3 datatypes: Integer, Float and String Homework Create a new python file sep_12_string_hw.py Copy codes from textbook page 20 to 23. IfRead More...
Today We Did If, Else, and elif statements Don’t forget the : only at the end and the tab (space infront of code you want attached to if ,else,elif How to compareRead More...
Today We: Took the final exam Your HW: None