ответвлено от main/python-labs
Изменил(а) на 'TEMA1/report.md'
Этот коммит содержится в:
@@ -7,36 +7,52 @@
|
|||||||
## 1.1 Выполнение пунктов 3-5
|
## 1.1 Выполнение пунктов 3-5
|
||||||
|
|
||||||
Python 3.11.5 (tags/v3.11.5:cce6ba9, Aug 24 2023, 14:38:34) [MSC v.1936 64 bit (AMD64)] on win32
|
Python 3.11.5 (tags/v3.11.5:cce6ba9, Aug 24 2023, 14:38:34) [MSC v.1936 64 bit (AMD64)] on win32
|
||||||
|
|
||||||
Type "help", "copyright", "credits" or "license" for more information.
|
Type "help", "copyright", "credits" or "license" for more information.
|
||||||
|
|
||||||
print('Hello')
|
print('Hello')
|
||||||
|
|
||||||
Hello
|
Hello
|
||||||
|
|
||||||
h=input('Your name=')
|
h=input('Your name=')
|
||||||
|
|
||||||
Your name=Egor
|
Your name=Egor
|
||||||
|
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
## 1.2 Начао работы с idle, пункт 8
|
## 1.2 Начао работы с idle, пункт 8
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
os.chdir('C:\\Users\\u207-08\\Desktop\\python-labs\\TEMA1\\')
|
os.chdir('C:\\Users\\u207-08\\Desktop\\python-labs\\TEMA1\\')
|
||||||
|
|
||||||
## 1.3 Выполнение пунктов 10-14
|
## 1.3 Выполнение пунктов 10-14
|
||||||
|
|
||||||
Hello
|
Hello
|
||||||
|
|
||||||
Your name=EGOR
|
Your name=EGOR
|
||||||
|
|
||||||
import Pr0
|
import Pr0
|
||||||
|
|
||||||
Hello
|
Hello
|
||||||
|
|
||||||
Your name=Egor
|
Your name=Egor
|
||||||
|
|
||||||
Hello
|
Hello
|
||||||
|
|
||||||
Your name=Egor
|
Your name=Egor
|
||||||
|
|
||||||
import prb1
|
import prb1
|
||||||
|
|
||||||
Как Вас зовут? Egor
|
Как Вас зовут? Egor
|
||||||
|
|
||||||
Привет, Egor
|
Привет, Egor
|
||||||
|
|
||||||

|
Содержание файлов из pychache
|
||||||
|

|
||||||
|
|
||||||
help(print); help(input)
|
help(print); help(input)
|
||||||
|
|
||||||
Help on built-in function print in module builtins:
|
Help on built-in function print in module builtins:
|
||||||
|
|
||||||
print(*args, sep=' ', end='\n', file=None, flush=False)
|
print(*args, sep=' ', end='\n', file=None, flush=False)
|
||||||
@@ -63,10 +79,11 @@ input(prompt='', /)
|
|||||||
On *nix systems, readline is used if available.
|
On *nix systems, readline is used if available.
|
||||||
|
|
||||||
## 1.4 пункт 15
|
## 1.4 пункт 15
|
||||||
|
|
||||||
import tdemo_chaos
|
import tdemo_chaos
|
||||||
|
|
||||||
(figure4.bmp)
|

|
||||||
(figure5.bmp)
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user