Commit f8e2b990 by BellCodeEditor

auto save

parent 9a4dd1ed
Showing with 430 additions and 0 deletions
import random
a=("石头","剪刀","布",)
computer = random.choice(a)
print(computer)
\ No newline at end of file
import turtle
pen=turtle.Pen()
for i in range(5):
pen.forward(200)
pen.right(144)
turtle.done()
\ No newline at end of file
data=input("请输入星期几?:")
if data=='星期1':
print("学习钢琴")
elif data=='星期3':
print("学习编程"):
elif data=='星期6':
print("学习英语"):
else:
print("学习国学")
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