Commit 19951abf by BellCodeEditor

save project

parent 29b929a0
Showing with 5 additions and 5 deletions
......@@ -7,10 +7,10 @@ computer=random.choice(list)
print("电脑出拳:"+computer)
if player in list:
if player==computer:
print("你就不能让让我嘛😘")
print("哼,你是不是学我去😠")
elif(player=="石头"and computer=="剪刀")or(player=="剪刀"and computer=="布")or(player=="布"and computer=="石头"):
print("呜呜,你欺负人😢")
print("呜呜,你欺负人🥺")
else:
print("哈哈,我赢啦😜")
print("哈哈,我赢啦😜")
else:
print("输入错误")
\ No newline at end of file
print("笨蛋,你输错了🤣")
\ 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