Clear Python shell
# buat sebuah function untuk membersihkan layar, lalu panggil function itu import os def cls(): os.system('clear')