Answer the question
In order to leave comments, you need to log in
Syntax issue in Python?
Python
3.1.1
,
Windows
# Game Over - версия 2
# Показывает разные приемы работы со строками
print("Программа 'Game Over' 2.0")
print("То же". "самое". "сообщение")
print("Только".
"чуть-чуть".
"побольше")
print("Вот". end=" ")
print("оно...")
print(
"""
<========================>
GAME OVER
<========================>
"""
)
input("\n\nНажмите Enter, чтобы выйти.")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question