6 PM – Intro To Python – Gamas
Today We Do We continued to learn how to fix Python errors. We reviewed a couple of problems from 1st quiz to prepare for next week 2nd quiz. Homework Next week isRead More...
Today We Do We continued to learn how to fix Python errors. We reviewed a couple of problems from 1st quiz to prepare for next week 2nd quiz. Homework Next week isRead More...
Today We Did: Continued working on Robot Builder Homework: Create the function draw_right_arm similar to how we made draw_left_arm. Then, call the function 3 times so that the right side is symmetricalRead More...
Today We Do We learned about function with return value. Homework Create a new python file Apr20_FunctionWithReturnValueHomework.py Copy codes from page 139. Also create a function called: convert_from_hour_to_second. One parameter: hour. ReturnRead More...
Homework: https://leetcode.com/problems/container-with-most-water/ https://leetcode.com/problems/longest-palindrome/