Напишите программу, которая выводит текст в формате как в прикрепленном файле: Twinkle, twinkle, little star, How i wonder what you are! Up above the world so high, like a diamond in the sky. Twinkle, twinkle, little star, How i wonder what you are. ПАЙТОН
Ответы на вопрос
Ответил julija1980a
0
Ответ:
```python
print("Twinkle, twinkle, little star,")
print("How I wonder what you are!")
print("Up above the world so high,")
print("Like a diamond in the sky.")
print("Twinkle, twinkle, little star,")
print("How I wonder what you are.")
Новые вопросы