Python learning record----using python to draw Olympic rings

Source: Internet
Author: User

1 ImportTurtle#Import Turtle Module2Turtle.color ("Blue")#Define Color3Turtle.penup ()#Penup and Pendown () sets whether a line is drawn when the brush is lifted or lowered4Turtle.goto ( -110,-25)#The initial position is in center coordinates (0,0)5 Turtle.pendown ()6Turtle.circle (45)#draw the radius of a circle7 8Turtle.color ("Black")9 Turtle.penup ()TenTurtle.goto (0,-25) One Turtle.pendown () ATurtle.circle (45) -  -Turtle.color ("Red") the Turtle.penup () -Turtle.goto (110,-25) - Turtle.pendown () -Turtle.circle (45) +  -Turtle.color ("Yellow") + Turtle.penup () ATurtle.goto ( -55,-75) at Turtle.pendown () -Turtle.circle (45) -  -Turtle.color ("Green") - Turtle.penup () -Turtle.goto (55,-75) in Turtle.pendown () -Turtle.circle (45) to  +Input ()
Source Code

Python learning record----using python to draw Olympic rings

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.