• Мои ответы
  • Мои вопросы
acountznanija1 2 года назад

Ответ:

import turtle

# встановлюємо розмір та колір пензля

turtle.pensize(5)

turtle.color("red")

# малюємо літеру В

turtle.write("В", font=("Arial", 50, "bold"))

# рухаємось до наступної літери

turtle.penup()

turtle.forward(100)

turtle.pendown()

# змінюємо колір пензля і малюємо літеру С

turtle.color("green")

turtle.write("С", font=("Arial", 50, "bold"))

# рухаємось до наступної літери

turtle.penup()

turtle.forward(100)

turtle.pendown()

# змінюємо колір пензля і малюємо літеру Е

turtle.color("blue")

turtle.write("Е", font=("Arial", 50, "bold"))

# рухаємось до наступної літери

turtle.penup()

turtle.forward(100)

turtle.pendown()

# змінюємо колір пензля і малюємо літеру С

turtle.color("orange")

turtle.write("С", font=("Arial", 50, "bold"))

# рухаємось до наступної літери

turtle.penup()

turtle.forward(100)

turtle.pendown()

# змінюємо колір пензля і малюємо літеру В

turtle.color("purple")

turtle.write("В", font=("Arial", 50, "bold"))

# рухаємось до наступної літери

turtle.penup()

turtle.forward(100)

turtle.pendown()

# змінюємо колір пензля і малюємо літеру І

turtle.color("brown")

turtle.write("І", font=("Arial", 50, "bold"))

# рухаємось до наступної літери

turtle.penup()

turtle.forward(100)

turtle.pendown()

Объяснение:

acountznanija1 2 года назад

Ответ:

Student A: A time you nearly gave up - but didn't.

Once, I decided to participate in a marathon. I was really excited to join and had been training for weeks. However, on the day of the marathon, I woke up feeling sick and weak. At first, I thought I should just give up and go back to bed. But then I remembered all the hard work I had put into my training and decided to give it a shot.

First, I tried to rest and drink some water to feel better. Then, I got dressed and headed to the marathon start line. During the marathon, I struggled to keep up with the other runners, and there were times when I felt like giving up. However, I kept telling myself to take it one step at a time.

Finally, I crossed the finish line, feeling tired but accomplished. I was so glad I didn't give up on myself and my training. It taught me that perseverance pays off in the end.

Student B: A time when you didn't finish something because you spent too long online.

Once, I had to submit an important project for school. I had been working on it for weeks and had only one day left to complete it. However, I got distracted and spent hours browsing the internet instead of finishing my project.

First, I told myself I would only take a short break, but then I kept finding interesting things to read and watch online. Then, I started feeling overwhelmed and started to panic, realizing that I only had a few hours left to complete the project. I tried to work on it, but my mind was too preoccupied with what I had just seen online.

In the end, I couldn't finish the project on time and had to submit it incomplete. I learned a valuable lesson about time management and the importance of avoiding distractions when working on important tasks.

Объяснение:

У тебя пока нет ни одного вопроса

Найти вопрос

У тебя пока нет ни одного друга

Найти друзей