Commit 507167be by BellCodeEditor

auto save

parent f29b2d69
Showing with 2 additions and 7 deletions
......@@ -3,10 +3,5 @@ jkol=input("请输入石头.剪刀.布:")
print("你的出拳是"+jkol)
import random
list=["石头"."剪刀"."布"]
computetr=random.choice(list)
print("计算机出拳为"+computetr)
computer=random.choice(list)
print("计算机出拳为"+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