When we work with a regular Windows command prompt we can clear the screen by typing cls command.
How I can do the same in IronPython console (ipy)?
import System.Console
System.Console.Clear()
Use ! to run a shell command:
!clear
!cls
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With