Skip to content

Commit 2cb0e4a

Browse files
committed
fixed some errors
1 parent 7fe646a commit 2cb0e4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+516
-790
lines changed

Project Overview.pdf

64.6 KB
Binary file not shown.

World_Geography_Challenge.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,19 +192,19 @@ def go_to_easy():
192192
for widget in window.children():
193193
widget.deleteLater()
194194
window.repaint()
195-
easy.easy(window)
195+
easy.easy(window, current_language)
196196

197197
def go_to_normal():
198198
for widget in window.children():
199199
widget.deleteLater()
200200
window.repaint()
201-
normal.normal(window)
201+
normal.normal(window, current_language)
202202

203203
def go_to_hard():
204204
for widget in window.children():
205205
widget.deleteLater()
206206
window.repaint()
207-
hard.hard(window)
207+
hard.hard(window, current_language)
208208

209209
# The main function that initializes the main menu and handles navigation between screens.
210210
def start():

__pycache__/easy.cpython-313.pyc

6.7 KB
Binary file not shown.

__pycache__/easy10.cpython-313.pyc

8.13 KB
Binary file not shown.

__pycache__/easy2.cpython-313.pyc

7.37 KB
Binary file not shown.

__pycache__/easy3.cpython-313.pyc

7.72 KB
Binary file not shown.

__pycache__/easy4.cpython-313.pyc

7.86 KB
Binary file not shown.

__pycache__/easy5.cpython-313.pyc

8.13 KB
Binary file not shown.

__pycache__/easy6.cpython-313.pyc

8.03 KB
Binary file not shown.

__pycache__/easy7.cpython-313.pyc

7.88 KB
Binary file not shown.

0 commit comments

Comments
 (0)