Переглянути джерело

Merge branch 'main' of https://gogs.lucason.top/lucas/nthsthing
merging

Artimus 7 місяців тому
батько
коміт
593a3bbf87
1 змінених файлів з 0 додано та 3 видалено
  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")