filmov
tv
'Fun Python Coding: Animated New Year Greeting with Turtle' #python @suBharatieducation

Показать описание
python code:
import turtle
# Set up the screen
screen = turtle.Screen()
# Create a turtle object
t = turtle.Turtle()
# Define a function to draw a circle
def draw_circle(radius, color):
# Draw background circles
draw_circle(100, "green")
draw_circle(80, "red")
draw_circle(60, "blue")
draw_circle(40, "gold")
# Write "Happy New Year"
# Draw confetti
for i in range(100):
# Hide the turtle
# Update the screen
# Play music (optional)
# import winsound
# Wait for the user to close the window
import turtle
# Set up the screen
screen = turtle.Screen()
# Create a turtle object
t = turtle.Turtle()
# Define a function to draw a circle
def draw_circle(radius, color):
# Draw background circles
draw_circle(100, "green")
draw_circle(80, "red")
draw_circle(60, "blue")
draw_circle(40, "gold")
# Write "Happy New Year"
# Draw confetti
for i in range(100):
# Hide the turtle
# Update the screen
# Play music (optional)
# import winsound
# Wait for the user to close the window