Skip to content

Commit f7d1eb8

Browse files
committed
Added cls API Function
1 parent 5e5bd8f commit f7d1eb8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

startme.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
from express_api import get_code,set_code
1414
from express_api import write_output,get_apppath
1515

16+
def cls():
17+
"""Clear Output"""
18+
set_output("")
19+
1620
TXT = get_input()
1721
___FAKE_STDIN = io.StringIO(TXT)
1822
___REAL_STDIN = sys.stdin

0 commit comments

Comments
 (0)