Commit 7566f9ab by BellCodeEditor

save project

parent 7fd67964
Showing with 33 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.write("1*1=2\n1*2=2 2*2=4\n1*3=3 2*3=6 3*3=9\n1*4=4 2*4=8 3*4=12 4*4=16\n1*5=5 2*5=10 3*5=15 4*5=20 5*5=25\n1*6=6 2*6=12 3*6=18 4*6=24 5*6=30 6*6=36\n1*7=7 2*7=14 3*7=21 4*7=28 5*7=35 6*7=42 7*7=49\n",font=("Times",10,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
#name = input("请输入姓名:")
#name = input("请输入姓名:")
#achievement = input("请输入成绩:")
#print(name + "的英语成绩是:" + achievement)
#a = input("请输入一个数字")
#d = int(a)
#print(type(a))
#print(type(d))
#a = input("今天星期几?")
#if a == "星期一":
# print("今天学钢琴")
#elif a == "星期三":
# print("今天学编程")
#elif a == "星期六":
# print("今天学英语")
#else a == "星期六":
# print("今天学国学")
import random
list = ["手机","电脑","iPod","蓝牙耳机","游戏机","一百份作业"]
name = input("你叫什么名字")
lucky = random.choice(list)
print("恭喜你,幸运的创造师———" + name + "获得了" + lucky)
\ No newline at end of file
name = input("请输入姓名:")
name = input("请输入姓名:")
achievement = input("请输入成绩:")
print(name + "的英语成绩是:" + achievement)
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