I'm starting to study Python (version 3) by doing several syntax tests using the interpreter for Windows. However, I would like to wipe from the screen the commands I have already executed, as the scroll bar grows. I tried typing clear
, clean
, CTRL+L
, but none of that worked.