import turtle turtle.shape("turtle") for i in range(5): turtle.color("red") turtle.forward(100) turtle.left(144) turtle.done()
星形の形を描こうとプログラムを組んだのですが実行されません。
実行結果を見るとエラーなどは起きていないようなのですが、なぜなのでしょうか?
教えていただけたらと思います。
Python 3.8.1 (default, Jan 8 2020, 16:15:59) Type "copyright", "credits" or "license" for more information. IPython 7.29.0 -- An enhanced Interactive Python. runfile('/Users/kentaro/Desktop/ヒューマンアカデミー/pythonsampleprogram/教程17 Pythonの復習1/演習turtle.py', wdir='/Users/kentaro/Desktop/ヒューマンアカデミー/pythonsampleprogram/教程17 Pythonの復習1')
⇧実行結果