Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クイック質問。Python Turtle Graphics 画面を、手動でクリックして開くバックグラウンドではなく、画面に直接ポップアップ表示するにはどうすればよいですか。Python の描画を見る必要があります
質問をすばやくするには、いくつかのコードを投稿する必要があります。
import turtle myTurtle = turtle.Turtle() myTurtle.circle(50) turtle.getscreen()._root.mainloop()
私にとってはフォアグラウンドで開始します(Ubuntu 64のkomodo編集およびコマンドラインから実行しようとしました)