Skip to content

Commit 661f3e4

Browse files
committed
minor
1 parent d0ed6a4 commit 661f3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game05/quiz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def on_mouse_down(pos):
130130
indice = 1
131131
for box in risposte:
132132
if box.collidepoint(pos):
133-
# int(domanda[5] è la risposta corretta
133+
# int(domanda[5]) è la risposta corretta
134134
if indice is int(domanda[5]):
135135
risposta_corretta()
136136
else:

0 commit comments

Comments
 (0)