Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to clear console in repl.it python

#this is the first method
import replit
replit.clear()

#this is the second method 
import os 
os.system('clear')
 
PREVIOUS NEXT
Tagged: #clear #console #python
ADD COMMENT
Topic
Name
9+7 =