質問編集履歴

1

コードが見えなかった為

2022/01/26 11:26

投稿

suzu
suzu

スコア3

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,4 @@
1
-
2
- ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-01-26/c3541498-a7df-4c71-9539-fba133358a08.png)
3
- import tkinter as tk
1
+ ```import tkinter as tk
4
2
  import random
5
3
 
6
4
  def hand(rpc):
@@ -98,3 +96,7 @@
98
96
  result=tk.Label(window,text="You win!",width=10)
99
97
  result.place(x=270,y=270)
100
98
 
99
+ コード
100
+ ```
101
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-01-26/c3541498-a7df-4c71-9539-fba133358a08.png)
102
+