Изменил(а) на 'TEMA1/report.md'

Этот коммит содержится в:
2025-09-12 09:15:53 +00:00
родитель 56d1a84d14
Коммит 0e11063ed4

Просмотреть файл

@@ -12,13 +12,9 @@ Type "help", "copyright", "credits" or "license" for more information.
```py ```py
print('Hello') print('Hello')
Hello Hello
h=input('Your name=') h=input('Your name=')
Your name=Egor Your name=Egor
exit() exit()
``` ```