Commit ea6915f7 by BellCodeEditor

save project

parent 710f39ca
Showing with 2 additions and 1 deletions
...@@ -7,7 +7,7 @@ cmputer = random.choice(list) ...@@ -7,7 +7,7 @@ cmputer = random.choice(list)
print('电脑出:'+cmputer) print('电脑出:'+cmputer)
if player == cmputer: if player == cmputer:
print('平局!') print('平局!')
elif (player == '布'and cmputer='石头')or (player == '剪刀'and cmputer='布')or (player == '石头'and cmputer='剪刀') elif (player == '布'and cmputer=='石头')or (player == '剪刀'and cmputer=='布')or (player == '石头'and cmputer=='剪刀')
print('玩家胜利!') print('玩家胜利!')
else: else:
print('电脑胜利!') 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