BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4965090489008128/lesson/f04b923022b5195be4743a2fe49ec978?ref=outlook-calendar
SUMMARY:Mini Project: Drawing Broad
DTSTART;TZID=America/Los_Angeles:20260407T190000
DTEND;TZID=America/Los_Angeles:20260407T200000
LOCATION:https://www.learndesk.us/class/4965090489008128/lesson/f04b923022b5195be4743a2fe49ec978?ref=outlook-calendar
DESCRIPTION: In this mini project, you learn how to give instructions to the turtle using the keyboards.
1) First try out the program below that the turtle will draw a square when you hit the 's' key. Import turtle t=turtle.Turtle()s=turtle.get screen() s.setup(600,600) t.shape("turtle") def f_square(): for i in range(4): t.forward(40) t.right(90) turtle.monkey(f_square,"s") # If key 's' is pressed, do f_square turtle.listen() # Computer listen to your instruction
2) Now you can try to write your own Python program so that you can move the turtle around drawing pictures of your own.&nbsp; No worries, we have the demo Python code below as a demonstration, and below is just an example.&nbsp; You can create more on your own and share them with us


https://www.learndesk.us/class/4965090489008128/lesson/f04b923022b5195be4743a2fe49ec978?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR