Срочно! 20 балов! Python

import turtle

t = turtle.Turtle()
x = [20, 300, 320, 160, 160, 240, 160, 160, 0]
y = [-50, -50, 0, 0, 180, 50, 50, 0, 0]
# Свой код пишите ниже

t.goto(x[0], y[0])
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2025 SCHOLAR.TIPS - All rights reserved.