@@ -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,'Лишние ключи')
The note is not visible to the blocked user.