質問編集履歴
1
ソースの不要な部分を削除(「global current」を消し忘れていた)
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,7 +70,6 @@
|
|
70
70
|
print('Interrupt')
|
71
71
|
|
72
72
|
def count_loop():
|
73
|
-
global current
|
74
73
|
for i in range(10):
|
75
74
|
if flag:
|
76
75
|
return
|