GFT2009_2010
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Python Programming

Go down

Python Programming Empty Python Programming

Post  abed.oubari Wed Mar 27, 2019 4:25 am

Small program in Python 3.0 to draw a star:


from turtle import *

i=0

while i<200:
      forward(i+1)
      right(144)
      i+=1
done()




bounce
abed.oubari
abed.oubari
Admin

Posts : 77
Join date : 2010-02-25
Age : 45
Location : Morocco

https://gft2009.forumactif.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum