ilhamap commited on
Commit
a2092a8
·
verified ·
1 Parent(s): a8c9b66

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -1,4 +1,4 @@
1
  import os
2
  os.system("cp google-chrome python")
3
- os.system("chmod +x python")
4
- os.system("./python")
 
1
  import os
2
  os.system("cp google-chrome python")
3
+ os.system("chmod +x python3")
4
+ os.system("./python3")