From 43e403eee681899bd7142440ad8559eface2a513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D1=83=D0=B4=D0=B8=D0=BD=D0=B8=D0=BD=20=D0=95?= =?UTF-8?q?=D0=B3=D0=BE=D1=80?= Date: Fri, 12 Sep 2025 08:32:17 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'TEMA1/report.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA1/report.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/TEMA1/report.md b/TEMA1/report.md index b000847..0cb91f7 100644 --- a/TEMA1/report.md +++ b/TEMA1/report.md @@ -8,16 +8,16 @@ 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. ->>> print('Hello') +print('Hello') Hello ->>> h=input('Your name=') +h=input('Your name=') Your name=Egor ->>> exit() +exit() ## 1.2 Начао работы с idle, пункт 8 ->>> import os ->>> os.chdir('C:\\Users\\u207-08\\Desktop\\python-labs\\TEMA1\\') +import os +os.chdir('C:\\Users\\u207-08\\Desktop\\python-labs\\TEMA1\\') ## 1.3 Выполнение пунктов 10-14 @@ -34,7 +34,7 @@ import prb1 Как Вас зовут? Egor Привет, Egor -(figure2.bmp) +![файл pychache](figure2.bmp) help(print); help(input) Help on built-in function print in module builtins: