Commit 9f4bf68b by BellCodeEditor

auto save

parent ada86dda
Showing with 1 additions and 2 deletions
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
import random import random
list=["石头","剪刀","布"] list=["石头","剪刀","布"]
hzh=random.choice(list) hzh=random.choice(list)
print(hzh) print(hzh)
\ 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