mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 15:03:36 +07:00
8 lines
84 B
Python
8 lines
84 B
Python
a = read()
|
|
if a.startswith("Exit"):
|
|
exit(a[5,].to_i)
|
|
else:
|
|
print a
|
|
|
|
exit(0)
|