5 PM – Intro To Python – Darin
What We Did Today: Reviewed for loops Learnt how to use while loops with various code inside such as conditionals Homework: Create a new file called Aug11_WhileLoopsHW.py: If you have the 2nd editionRead More...
What We Did Today: Reviewed for loops Learnt how to use while loops with various code inside such as conditionals Homework: Create a new file called Aug11_WhileLoopsHW.py: If you have the 2nd editionRead More...
Today We Did We reviewed For Loop and While Loop. Homework This is how you convert from String to Integer text = "20" text = int(text) All input from shell is aRead More...
What we did: Went over homework. Started the Animal crossing project. Homework: Add the dragonfly Into the project and make it go from the bottom to the top. When the dragonfly reachesRead More...