Commit 7c0db6b5 by BellCodeEditor

save project

parent de089167
Showing with 10 additions and 8 deletions
# 上节课你是这样绘制的五角星👇: a=input():
# 这节课你可以利用新学的知识自定义五角星的颜色么? if a=='1':
import random print("1")
elif a=='2':
com=["石头","剪刀","布"] print("2")
compere= random.choice(com) elif a=='3':
print("电脑出圈为:"+compere) print("3")
\ No newline at end of file else:
print("0")
\ No newline at end of file
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