BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4965090489008128/lesson/9b5ce9fe77b3cc94d8fd68729ffd9ea5?ref=outlook-calendar
SUMMARY:Mini Project: Turtle Racing
DTSTART;TZID=America/Los_Angeles:20260407T190000
DTEND;TZID=America/Los_Angeles:20260407T200000
LOCATION:https://www.learndesk.us/class/4965090489008128/lesson/9b5ce9fe77b3cc94d8fd68729ffd9ea5?ref=outlook-calendar
DESCRIPTION: Write a python program in turtle to simulate the racing between two turtles. The steps are :

Set up two turtles of different colors in the same position on the left-hand side,
Turtle 1 rolls a disc that determines how many steps it moves to the right,
Turtle 2's turn to roll and runs to the right,
Check which one reaches the goal on the right, then it ends the game.

You need to use the following code to create two turtles on the same screen:

t1 = turtle.Turtle() # Turtle 1
t2 = t1.clone() # it means cloning or creating another turtle named t2

You can do that, keep trying, The demo below will be a good resource.

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