Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# lab02
Исполнитель: Малыгин Степан, студент группы Фт-220007

Описание программы: Задание 1 и задание 2 из первой лабораторной работы

Среда программирования и язык: Pycharm, Python

Скриншоты тестов:

![image](https://github.com/malygin04/lab02/assets/102820638/549cf7d7-5859-4924-ae45-aab7e012e39b)

![image](https://github.com/malygin04/lab02/assets/102820638/c4426550-3a31-4975-b563-2330de7fb705)
1 change: 1 addition & 0 deletions Фт-220007-Малыгин.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
print(a * b)
print((a + b)/2)
print(max(abs(a), abs(b)) - min(abs(a), abs(b)))
print(round(a / b, 2))