MrCypher 7 bulan lalu
induk
melakukan
7f1b1abaae
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  1. 0 3
      GUI.py

+ 0 - 3
GUI.py

@@ -37,9 +37,6 @@ currentScore = getCurrentScore()
 highestScore = 100
 highScoreName = ""
 
-names = []
-scores = []
-
 if currentScore > highestScore :
     highestScore = currentScore
     f = open("scores.txt", "rw")