回答編集履歴
1
回答の修正
answer
CHANGED
@@ -72,12 +72,10 @@
|
|
72
72
|
if imgf[sel1] == imgf[sel2]:
|
73
73
|
card[sel1] = 2
|
74
74
|
card[sel2] = 2
|
75
|
-
# 1行追加
|
76
|
-
proc = 1
|
77
75
|
else:
|
78
76
|
card[sel1] = 0
|
79
77
|
card[sel2] = 0
|
80
|
-
|
78
|
+
proc = 1
|
81
79
|
root.after(200, main)
|
82
80
|
|
83
81
|
root = tkinter.Tk()
|