Commit 1d41bdb2 by BellCodeEditor

auto save

parent c0b5d117
Showing with 15 additions and 0 deletions
# 单条件判断书写格式:
# if 条件:
# 结果
# 多条件判断书写格式:
# if 条件:
# 结果
# elif 条件:
# 结果
# elif 条件:
# 结果
# else:
# 结果
if player==computer:
print("平局")
elif player=="石头"and computer=="剪刀":
......
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