+ 1
Hello i have a question the system(âclsâ) function isnât working plz help
8 Answers
+ 3
It's not work here. It's work on windows environment only..
+ 3
Always There To Help đ€
+ 2
To Clear The SL Or Any Linux Console, Use system("clear") command instead!
+ 2
Then Use:
import platform
import os
if platform.system=="Windows":
os.system('cls')
else:
os.system('clear')
+ 1
I tried to fo it in the app but i dosent seem to be working
+ 1
Damn thanks bro
+ 1
â€ïž
0
Ok thanks