Z
Z
zhabaa2021-09-20 18:20:49
Python
zhabaa, 2021-09-20 18:20:49

Is it possible to remove unnecessary lines from the terminal?

How can I remove all lines in the terminal except "Hello, world!"?
6148a671dab9f605822088.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergo Zar, 2021-09-20
@zhabaa

from os import system

system("cls")

print ("Hello word")

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question