9 AM – Indo – Intro To Python – Gamas
Homework Continue in March25_Turtle_Basic.py Draw a square (white color), a rectangle (yellow color), a triangle (blue color) and an octagon (pink color) according to coordinates below.
Homework Continue in March25_Turtle_Basic.py Draw a square (white color), a rectangle (yellow color), a triangle (blue color) and an octagon (pink color) according to coordinates below.
Homework Continue on Tic Tac Toe game. In the activity_main.xml, change the color of the "Start Game" button from purple to blue, similar to activity_game.xml. Inside GameActivity.java use for loop to addRead More...
Today We Did Continued learning how to draw different shapes using Turtle Finished drawing faces (using circle function) In case you need anything, feel free to email me at sebastian@ayclogic.com Homework NameRead More...
Today We Did Finished robot builder In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAR25_robot_addition_hw, please submit by next Friday. Homework: Add one thingRead More...
Today We Did Reviewed adding to a list using: append, insert Reviewed removing from a list: pop, remove, del Reviewed list access by index and modify by index. Started learning about for-loops.Read More...