Commit 2d13f12d by BellCodeEditor

save project

parent a062ca9d
Showing with 2 additions and 2 deletions
...@@ -3,4 +3,4 @@ print(player) ...@@ -3,4 +3,4 @@ print(player)
#计算机出拳 #计算机出拳
import random import random
computer=[石头,剪刀,] computer=[石头,剪刀,]
print(random.choice(computer)) print(random.choice("computer"))
\ No newline at end of file \ 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