Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver3
10いいね 219回再生

Right angled triangle using python - turtle programming #shorts #code #python

Right angled triangle using python - turtle programming
#short
#shortvideo
#youtubeshort
#firstyoutubeshort

Code :
import turtle

adrito = turtle.Turtle()

adrito.forward(100)

adrito.left(135)
adrito.forward(142)

adrito.right(225)
adrito.forward(100)

turtle.done()

コメント