Commit 0e4de2bb by BellCodeEditor

save project

parent f78cef23
Showing with 3 additions and 0 deletions
......@@ -4,3 +4,5 @@ import random
listl = ["剪刀","石头","布"]
com = random.choice(listl)
print("电"+com)
if (player == "剪刀" and com =="布") or (player == "石头" and com == "剪刀") or (player == "布" and com == "石头")
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