Day 27 of My AI & Data Mastery Journey: From Python to Generative AI

Project:-

  1. Etch-A-Sketch App
    In this
    W – forward movement
    S – backward movement
    A – anti clockwise
    D – clockwise
    C – Clear and arrow must return to home.

This can help us to draw anything using keys.
Demo in next page.

Now Create multiple object from turtle class. Create Multiple object.
t1, t2, t3 , t4 etc. color them different color.
And make them stand in a straight line

Similar Posts