We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5bd8f commit f7d1eb8Copy full SHA for f7d1eb8
1 file changed
startme.py
@@ -13,6 +13,10 @@
13
from express_api import get_code,set_code
14
from express_api import write_output,get_apppath
15
16
+def cls():
17
+ """Clear Output"""
18
+ set_output("")
19
+
20
TXT = get_input()
21
___FAKE_STDIN = io.StringIO(TXT)
22
___REAL_STDIN = sys.stdin
0 commit comments