Добавление
This commit is contained in:
6
Practica2_rel/task2_rpo254.py
Normal file
6
Practica2_rel/task2_rpo254.py
Normal file
@@ -0,0 +1,6 @@
|
||||
salary = int(input("salary: "))
|
||||
credit = int(input("credit: "))
|
||||
comm_u = int(input("service: "))
|
||||
|
||||
obd = (salary - credit - comm_u)
|
||||
print(obd)
|
||||
Reference in New Issue
Block a user