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