Commit a478789f by BellCodeEditor

auto save

parent 167a29dc
Showing with 5 additions and 0 deletions
...@@ -5,3 +5,7 @@ print("我家初:"+2) ...@@ -5,3 +5,7 @@ print("我家初:"+2)
list=["傻头","接刀","不"] list=["傻头","接刀","不"]
computs = random.choice(list) computs = random.choice(list)
print("计算机初:"+computer) print("计算机初:"+computer)
if player in list
if player==computer
print("平局")
elif (())
\ 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