今日はカメさんの勉強をしていきます。 Pythonで、線をひいて絵を描きます。 はじめはシェルを使って、その次に「pyファイル」に描いていきます。 対話型シェルで描く 「Anaconda Prompt」を使って学習していきます。 たちあがりました。 さてはじめましょう。
# To use the module, we need to import it first. # Task: Run the code and see the output.
# Turtle is a Python module that is used to draw shapes and pictures. # import is a command that helps to use the turtle module in Python. # Task 1: Change the shape of the turtle in line 12 to ...