|
|
@ -10,6 +10,7 @@ Python 3.11.5 (tags/v3.11.5:cce6ba9, Aug 24 2023, 14:38:34) [MSC v.1936 64 bit (
|
|
|
|
|
|
|
|
|
|
|
|
Type "help", "copyright", "credits" or "license" for more information.
|
|
|
|
Type "help", "copyright", "credits" or "license" for more information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```py
|
|
|
|
print('Hello')
|
|
|
|
print('Hello')
|
|
|
|
|
|
|
|
|
|
|
|
Hello
|
|
|
|
Hello
|
|
|
@ -19,6 +20,7 @@ h=input('Your name=')
|
|
|
|
Your name=Egor
|
|
|
|
Your name=Egor
|
|
|
|
|
|
|
|
|
|
|
|
exit()
|
|
|
|
exit()
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## 1.2 Начао работы с idle, пункт 8
|
|
|
|
## 1.2 Начао работы с idle, пункт 8
|
|
|
|
|
|
|
|
|
|
|
|