Problem clearing the console in Python
|
03-06-2023, 05:53 PM
Post: #1
|
|||
|
|||
Problem clearing the console in Python
Hi everyone, I recently bought an HP Prime and I was very excited about programming with Python, so I started a very basic program. The problem came when I wanted to clear the output of the monitor, and none of the solutions that I knew or found worked on the HP Prime.
I want to clear the monitor during the execution of the program, not manually using the clear button on the calculator. I tried sending escape sequences to clear the console, but it didn't work. Also, I can't use the 'os.system('cls')' module apparently because it's not in this version of MicroPython. Does anyone have a solution for this? Any piece of code that can do the job? Sorry about my English, it's not my native language :( |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Problem clearing the console in Python - Monqi - 03-06-2023 05:53 PM
RE: Problem clearing the console in Python - toml_12953 - 03-07-2023, 04:39 PM
RE: Problem clearing the console in Python - Monqi - 03-08-2023, 04:16 PM
|
User(s) browsing this thread: 3 Guest(s)