Star Design in Python IDLE Shell

Аватар автора
Python студия
Hello guys, in this video I will tell you how to make star design in Python IDLE Shell. Here is the source code of this program???? from turtle import* goto(-150,0) bgcolor("blue") color("pink") speed(1) begin_fill() points = 1 while points 5: forward(250) left(145) points = points+1 end_fill() hideturtle() Song ? : Halvorsen - Band -Aid (NCS release) Python official website

0/0


0/0

0/0

0/0