Skip to content

ClearScreen

Archan Patkar edited this page May 17, 2018 · 2 revisions

clrscr()

This function clears the screen

Example

from Panim import *

print("Hello")
input()
clrscr()
print("Bye")
Clone this wiki locally