You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jika saat diganti command os.system('cls') diganti os.system('clear') dicodingan masih seperti ini
ya hapus aja command os.system('clear') nya, tidak mempengaruhi toolsnya kok gan. itu cuman command untuk membersihkan keluaran yang dihasilkan sebelumnya.
saya tidak terlalu familiar sama Linux habisnya hehe. anyway thx ya
from sys import platform
if platform == "linux" or platform == "linux2":
# linux
elif platform == "darwin":
# OS X
elif platform == "win32":
# Windows...
sh: cls: inaccessible or not found knapa bng?
The text was updated successfully, but these errors were encountered: