PlasmaCalcs.tools.display.print_clear

PlasmaCalcs.tools.display.print_clear(N=80)
clears current printed line of up to N characters, and returns cursor to beginning of the line.

debugging: make sure to use print(…, end=’’), else your print statement will go to the next line.