As in the title, im using windows cmd. I know there is:
print("\n" * rows)
but it leaves cursor at the bottom of the terminal. Is there any way to clear screen when not leaving the cursor at the botom while using no modules?
As in the title, im using windows cmd. I know there is:
print("\n" * rows)
but it leaves cursor at the bottom of the terminal. Is there any way to clear screen when not leaving the cursor at the botom while using no modules?