0

Python is lovely to me because of short line code.
Is there any other way to clear Python shell without using:

import os
os.system('clear')

arifsuhan
  • 1
  • 1
  • 1
  • 3

1 Answers1

0

Can I suggest you to use ipython-notebook. It is very friendly and also supports the shell commands directly.

Varad
  • 920
  • 10
  • 25