5pm Intro To Python – Bill
Today We: Gave feedback on project proposals Began the many shapes/faces project Learned how to draw a circle Created a custom circle function that takes into account x, y, radius, and colorRead More...
Today We: Gave feedback on project proposals Began the many shapes/faces project Learned how to draw a circle Created a custom circle function that takes into account x, y, radius, and colorRead More...
WEDNESDAY Today we started a new project to draw Sayu from Genshin Impact. So far, we have sketched the body. In the past we drew a copy of our reference image. InRead More...
Today we did: Quiz Review Study for the quiz: Variables and data types How to combine string using "f" formater? IF ELIF ELSE How to get input from Shell input(), int() List.Read More...
The homework is: Find the most frequent number in an array Create nums.in file and write some numbers, one number in each line Print the most frequent number or write it toRead More...
Today We Do We went over Jan12_StringHomework.py learning about String built-in functions: .title(), .upper(), .lower() We went over how to combine String using Python "f" format. Homework If you did not doRead More...
Today Went over the homework to fire the enemy bullet in the correct direction. We added logic so the player tank won't move or animate unless the user presses the move keys.Read More...