MroC3/iljakz
MroC3/Chosen__1
f1s = ''f1s = ''
2while True:2while True:
3    try:3    try:
4        z = input()4        z = input()
5       # print(z.find('input'))5       # print(z.find('input'))
t6        if not(z.find('print') > 0 oz.find('input') > 0):t6        if not(z.find('print') > 0) and not(z.find('input') > 0):
7            s += '\n' + z7            s += '\n' + z
8    except (KeyboardInterrupt, EOFError):8    except (KeyboardInterrupt, EOFError):
9        try:9        try:
10            exec(s)10            exec(s)
11        except (TypeError) as err:11        except (TypeError) as err:
12            print("No")12            print("No")
13        except BaseException:13        except BaseException:
14            print("Yes")14            print("Yes")
15        else:15        else:
16            print("Yes")16            print("Yes")
17        raise SystemExit()17        raise SystemExit()
1818
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op