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