/ Published in: Python
Expand | Embed | Plain Text
Copy this code and paste it in your HTML
import os, sys sys.stdout.write(os.popen('clear').read())
Comments
Subscribe to comments
import os, sys sys.stdout.write(os.popen('clear').read())
Subscribe to comments