how we can clear our screen in python after taking some inputs and then printing only a single message alone in entire screen ?
Clearing our screen in python
Hello @prerak_semwal is only clear() command not working?
can you please confirm.
check this:
import os
os.system(‘cls’)