7:00PM- Intro To Python – Joshua
Today we did loops With Range Range == a list with numbers range(3) = (note the list does not include 3) range (1,4) = # first number is where itRead More...
Today we did loops With Range Range == a list with numbers range(3) = (note the list does not include 3) range (1,4) = # first number is where itRead More...
What We Did We learned dictionaries and how to add, change data in the dictionary We learned how to loop through the keys, the values, and the items Homework # Homework: #Read More...
Today We Did We reviewed https://usaco.org/index.php?page=viewproblem2&cpid=1444 solution. We reviewed "It's Mooin Time" problem - https://usaco.org/index.php?page=viewproblem2&cpid=1445 Homework Finish implementation of https://usaco.org/index.php?page=viewproblem2&cpid=1445 Do https://usaco.org/index.php?page=viewproblem2&cpid=1467 Research out how to do sorting in Java List –Read More...
Today we did: We reviewed all the topics in Python OOP. Homework: Create a new Python file called animal.py. It will have an Animal class. The Animal class will have three attributes:Read More...
What We Did Today: Went over Cannonball code implementation Went over the Balancing Bacteria brute force solution Homework: Code up the solution for Balancing Bacteria, and submit your answer to the webpageRead More...
Calendar powered by The Events Calendar