teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

修正

2020/03/01 04:22

投稿

tomatoto11
tomatoto11

スコア10

title CHANGED
File without changes
body CHANGED
@@ -64,15 +64,15 @@
64
64
 
65
65
 
66
66
  root=tk.Tk()
67
- root.geometry("300x400")
67
+ root.geometry("400x150")
68
68
  root.title("数当てゲーム")
69
- labell=tk.Label(root,text="数を入れてね",font=("Helevetica",100))
69
+ labell=tk.Label(root,text="数を入れてね",font=("Helevetica",14))
70
- labell.place(x=400,y=400)
70
+ labell.place(x=20,y=20)
71
- editbox1=tk.Entry(width=400)
71
+ editbox1=tk.Entry(width=4,font=("Helvetica",28))
72
- editbox1.place(x=100,y=100)
72
+ editbox1.place(x=120,y=60)
73
73
 
74
74
  button1=tk.Button(root,text="チェック",font=("Helvetica",14),command=ButtonClick)
75
- button1.place(x=200,y=60)
75
+ button1.place(x=220,y=60)
76
76
 
77
77
 
78
78
  root.mainloop()

1

修正

2020/03/01 04:22

投稿

tomatoto11
tomatoto11

スコア10

title CHANGED
File without changes
body CHANGED
@@ -1,4 +1,4 @@
1
- テキストにある数当てゲームを作っているのですがどう直せばいいのかわからないです。ご教授願いします!
1
+ テキストにある数当てゲームを作っているのですがどう直せばいいのかわからないです。初心者に加護の方お願いします!
2
2
 
3
3
 
4
4
  ### 発生している問題・エラーメッセージ