Добавление 2 дз
This commit is contained in:
10
Practica2/task_2_rpo254.py
Normal file
10
Practica2/task_2_rpo254.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# Ввод 3 чисел
|
||||
input_one = int(input("Введите 1 число :: "))
|
||||
input_two = int(input("Введите 2 число :: "))
|
||||
input_three = int(input("Введите 3 число :: "))
|
||||
|
||||
nums = input_one - input_two - input_three
|
||||
|
||||
print("Остаток суммы зарплаты :: {}".format(nums))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user