Commit 9fc7ab5f by BellCodeEditor

auto save

parent 4a614921
Showing with 63 additions and 0 deletions
#name=input("你的名字是什么?")
#score=input("你的分数是什么?")
#print(name+"的分数是"+score+"分")
#date=input("今天星期几?")
#lata=["星期一","星期二","星期三","星期四","星期五","星期六","星期七"]
#if date in lata:
# if "星期一"==date:
# print("今天学钢琴")
# elif "星期三"==date:
# print("今天学编程")
#elif "星期六"==date:
# print("今天学英语")
#else:
# print("今天学国学")
#else:
# print("输入错误")
#print(date)
#import random
#list=input("你叫什么名字")
#lest=["糖","水果","ipad","笔"]
#CBA=random.choice(lest)
#print(list+CBA)
#import turtle
#pen1=turtle.Pen()
#pen1.left(90)
#pen1.circle(50,180)
#turtle.done()
#import turtle
#pen=turtle.Pen()
#pen.left(45)
#pen.forward(100)
#for i in range(2):
# pen.left(90)
# pen.circle(50,180)
#.left(90)
#pen.forward(100)
#turtle.done()
import turtle
pen=turtle.Pen()
pen.circle(50)
pen.up()
pen.goto(100,0)
pen.down()
pen.circle(50)
pen.up()
pen.goto(200,0)
pen.down()
pen.circle(50)
pen.up()
pen.goto(50,-70)
pen.down()
pen.circle(50)
pen.up()
pen.goto(150,-70)
pen.down()
pen.circle(50)
turtle.done()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment