Clearing our screen in python

how we can clear our screen in python after taking some inputs and then printing only a single message alone in entire screen ?

Hello @prerak_semwal is only clear() command not working?
can you please confirm.
check this:
import os
os.system(‘cls’)

@tusharaggarwal272
i have tried both of them…it’s showing error

@prerak_semwal then you should ask this from any python TA because i am TA in c++ language.