cara menghapus layar terminal menggunakan python os

import os

print("Random text")

os.system("cls")

print("Screen cleared")
Analoger