Добавление

This commit is contained in:
2025-09-17 19:40:10 +05:00
parent b4863727d4
commit 91d3faf4bb
5 changed files with 25 additions and 0 deletions

View 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)