Осушитель

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-11-09 23:27:50 +05:00
parent ec7926d5e6
commit cadb079ff9

9
one.py
View File

@@ -1,3 +1,6 @@
for i in '1234':
b=int(i)*2
print(b)
key=int(input())
if key==3:
print('Дверь открыта')
elif key<3:
print(3-key,'Не хватает ключей')
else:print(key-3,'Лишние ключи')