9AM – Intro to Python – Saagar
Today we did: Briefly reviewed list and indexing Introduced iterating/traversing through lists with for loops using the for each method as well as for loops (for <variable> in <list>:) with indexing usingRead More...
Today we did: Briefly reviewed list and indexing Introduced iterating/traversing through lists with for loops using the for each method as well as for loops (for <variable> in <list>:) with indexing usingRead More...
Today We Did We learned about Variables and data types. We were able to cover String and Integer data types. Homework Create a file July30_StringHomework.py Copy codes from pages 20 to 23Read More...
Gamas subs Today We Did We continued with Birdie Dragon project. We learned how to make the bird appear from both the left and right edges of the screen. We learned aboutRead More...