質問編集履歴
1
>を削除しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
def dispLabel0():
|
24
24
|
p=0
|
25
|
-
m =randint(0,2)
|
25
|
+
m =randint(0,2)
|
26
26
|
i=(p-m)%3
|
27
27
|
time.sleep(0.2)
|
28
28
|
lbl.configure(text=rules[i])
|