Python3.8.3において、tkinterモジュールを用いて、ウィンドウを表示したいです。
Python歴は1weekで、入門書の演習をしていて、つまづきました。
【プログラム】
import tkinter
root = tkinter.TK()
root.mainloop()
【エラー】
line 2, in <module>
root = tkinter.TK()
AttributeError: module 'tkinter' has no attribute 'TK'
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/07/08 04:28