![]() |
Python clear console screen - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Python clear console screen (/thread-18603.html) |
Python clear console screen - raider - 07-30-2022 01:19 PM Hi all, I have just started to learn python on the HP Prime. One thing I could not figure out is to clear the console screen when a program first run. So say I am running this code that ask for an input, it is nicer if i can clear the screen before i input the variable. How could I do this? Thanks |