diff --git a/TEMA1/ARIAL.png b/TEMA1/ARIAL.png new file mode 100644 index 0000000..4d75af9 Binary files /dev/null and b/TEMA1/ARIAL.png differ diff --git a/TEMA1/CACHE.png b/TEMA1/CACHE.png new file mode 100644 index 0000000..b10093b Binary files /dev/null and b/TEMA1/CACHE.png differ diff --git a/TEMA1/COMMENTS.png b/TEMA1/COMMENTS.png new file mode 100644 index 0000000..aca5666 Binary files /dev/null and b/TEMA1/COMMENTS.png differ diff --git a/TEMA1/GRAPH.png b/TEMA1/GRAPH.png new file mode 100644 index 0000000..e2f1681 Binary files /dev/null and b/TEMA1/GRAPH.png differ diff --git a/TEMA1/KOD.png b/TEMA1/KOD.png new file mode 100644 index 0000000..f8237c6 Binary files /dev/null and b/TEMA1/KOD.png differ diff --git a/TEMA1/POKAZAL.png b/TEMA1/POKAZAL.png new file mode 100644 index 0000000..91a18e1 Binary files /dev/null and b/TEMA1/POKAZAL.png differ diff --git a/TEMA1/Pr0.py b/TEMA1/Pr0.py new file mode 100644 index 0000000..cd2d266 --- /dev/null +++ b/TEMA1/Pr0.py @@ -0,0 +1,5 @@ +#Программа по Теме 1 <Ефремов Станислав> +print('Hello') +h=input('Your name=') +import os +os.chdir('C:\\Users\\u522-17\\Desktop\\python-labs\\TEMA1\\') diff --git a/TEMA1/chaos.png b/TEMA1/chaos.png new file mode 100644 index 0000000..4c49b86 Binary files /dev/null and b/TEMA1/chaos.png differ diff --git a/TEMA1/clock.png b/TEMA1/clock.png new file mode 100644 index 0000000..0a45e41 Binary files /dev/null and b/TEMA1/clock.png differ diff --git a/TEMA1/move.png b/TEMA1/move.png new file mode 100644 index 0000000..6f009a3 Binary files /dev/null and b/TEMA1/move.png differ diff --git a/TEMA1/protocol.txt b/TEMA1/protocol.txt new file mode 100644 index 0000000..3b9eead --- /dev/null +++ b/TEMA1/protocol.txt @@ -0,0 +1,25 @@ +#Протокол по Теме 1 <Ефремов Станислав> + +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. +import os +os.chdir('\\Tema1\\') +SyntaxError: incomplete input +os.chdir('\\Tema1\\') +SyntaxError: incomplete input +os.chdir('", line 1, in + os.chdir(' + +## 10. Вызов раздела помощи + + help(print) +Help on built-in function print in module builtins: + +print(*args, sep=' ', end='\n', file=None, flush=False) + Prints the values to a stream, or to sys.stdout by default. + + sep + string inserted between values, default a space. + end + string appended after the last value, default a newline. + file + a file-like object (stream); defaults to the current sys.stdout. + flush + whether to forcibly flush the stream. + + help(print); help(input) +Help on built-in function print in module builtins: + +print(*args, sep=' ', end='\n', file=None, flush=False) + Prints the values to a stream, or to sys.stdout by default. + + sep + string inserted between values, default a space. + end + string appended after the last value, default a newline. + file + a file-like object (stream); defaults to the current sys.stdout. + flush + whether to forcibly flush the stream. + +Help on built-in function input in module builtins: + +input(prompt='', /) + Read a string from standard input. The trailing newline is stripped. + + The prompt string, if given, is printed to standard output without a + trailing newline before reading input. + + If the user hits EOF (*nix: Ctrl-D, Windows: Ctrl-Z+Return), raise EOFError. + On *nix systems, readline is used if available. + + Также были рассмотрены другие способы получения раздела помощи. + +## 11. Перемещение между окнами + +### 11.1 Открыт prb1.py +### 11.2 Перемещение меж окнами + +### 11.3 Запуск программы из окна редактора: + +================ RESTART: C:\Users\u522-17\Desktop\python-labs\TEMA1\prb1.py =============== +Как Вас зовут? стас +Привет, стас +### 11.4 Была запущена программа tdemo_chaos + +### 11.5 Рассмотрение примеров использования графической составляющией среды Python + +Данные примеры способны помочь в плане структуризации собственного кода и изучении новых команд. +## 12. Выход из среды