Two women sitting on a desk with pens and paper
มีบางอย่างที่บอกได้แค่เธอ สนใจไหม?
'''Python import turtle # Initial configuration t = turtle. Turtle() t.speed(0) t.hideturtle() t.penup() # Draw the red-haired woman t.goto(-200, 0) # Moves the pen to the initial position of the red-haired woman t.pendown() t.color("red") t.begin_fill() t.circle(50) # Draw the head t.end_fill() t.left(90) t.forward(100) # Draw the body t.right(90) t.forward(50) # Draw the left arm t.right(90) t.forward(30) # Draw the left hand T.Back(30) t.left(90) t.forward(50) # Draw the right arm t.right(90) t.forward(30) # Draw the right hand T.Back(30) t.right(90) t.back(100) # Returns to starting position t.color("yellow") t.begin_fill() t.forward(100) # Draws the bottom of the shirt t.right(90) t.forward(30) # Draw the left sleeve t.right(90) t.forward(50) # Draw the top of the shirt t.right(90) t.forward(30) # Draw the right sleeve t.end_fill() t.pencolor("black") t.pensize(2) t.right(90) t.forward(50) # Draw the collar # Draw the blonde girl t.goto(200, 0) # Moves the pen to the initial position of the blonde girl t.pendown() t.color("yellow") t.begin_fill() t.circle(50) # Draw the head t.end_fill() t.left(90) t.forward(100) # Draw the body t.right(90) t.forward(50) # Draw the left arm t.right(90) t.forward(30) # Draw the left hand T.Back(30) t.left(90) t.forward(50) # Draw the right arm t.right(90) t.forward(30) # Draw the right hand T.Back(30) t.right(90) t.back(100) # Returns to starting position t.color("purple") t.begin_fill() t.forward(100) # Draw the bottom of the jeans t.right(90) t.forward(30) # Draw the left leg t.right(90) t.forward(50) # Draw the top of the jeans t.right(90) t.forward(30) # Draw the right leg t.end_fill() t.pencolor("black") t.pensize(2) t.right(90) t.forward(50) # Draw the belt # Draw the bed t.penup() t.color("gray") t.goto(-300, -150) # Move
คำพรอมต์
คัดลอกคำพรอมต์
'''Python import turtle
# Initial configuration
t = turtle. Turtle()
t.speed(0)
t.hideturtle()
t.penup()
# Draw the red-haired woman
t.goto(-200, 0) # Moves the pen to the initial position of the red-haired woman
t.pendown()
t.color("red")
t.begin_fill()
t.circle(50) # Draw the head
t.end_fill()
t.left(90)
t.forward(100) # Draw the body
t.right(90)
t.forward(50) # Draw the left arm
t.right(90)
t.forward(30) # Draw the left hand
T.Back(30)
t.left(90)
t.forward(50) # Draw the right arm
t.right(90)
t.forward(30) # Draw the right hand
T.Back(30)
t.right(90)
t.back(100) # Returns to starting position
t.color("yellow")
t.begin_fill()
t.forward(100) # Draws the bottom of the shirt
t.right(90)
t.forward(30) # Draw the left sleeve
t.right(90)
t.forward(50) # Draw the top of the shirt
t.right(90)
t.forward(30) # Draw the right sleeve
t.end_fill()
t.pencolor("black")
t.pensize(2)
t.right(90)
t.forward(50) # Draw the collar
# Draw the blonde girl
t.goto(200, 0) # Moves the pen to the initial position of the blonde girl
t.pendown()
t.color("yellow")
t.begin_fill()
t.circle(50) # Draw the head
t.end_fill()
t.left(90)
t.forward(100) # Draw the body
t.right(90)
t.forward(50) # Draw the left arm
t.right(90)
t.forward(30) # Draw the left hand
T.Back(30)
t.left(90)
t.forward(50) # Draw the right arm
t.right(90)
t.forward(30) # Draw the right hand
T.Back(30)
t.right(90)
t.back(100) # Returns to starting position
t.color("purple")
t.begin_fill()
t.forward(100) # Draw the bottom of the jeans
t.right(90)
t.forward(30) # Draw the left leg
t.right(90)
t.forward(50) # Draw the top of the jeans
t.right(90)
t.forward(30) # Draw the right leg
t.end_fill()
t.pencolor("black")
t.pensize(2)
t.right(90)
t.forward(50) # Draw the belt
# Draw the bed
t.penup()
t.color("gray")
t.goto(-300, -150) # Move
0 ความคิดเห็น
1
65
0