PY
py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
while True:
try:
Baga=int(input())
if Baga == 15:
print("ogy")
elif Baga == 13:
print("olmlihomli")
else:
print("bleee")
break
except ValueError:
print("ohhuej")
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run