mutegdp
5/24/2018 - 11:11 PM

Clear Python shell

Clear Python shell

# buat sebuah function untuk membersihkan layar, lalu panggil function itu

import os
def cls(): os.system('clear')