Commit c45b6c9e by BellCodeEditor

save project

parent e8f546a9
Showing with 2 additions and 1 deletions
...@@ -2,5 +2,5 @@ a=input() ...@@ -2,5 +2,5 @@ a=input()
print(a) print(a)
import random import random
b=['石头','剪刀','布'] b=['石头','剪刀','布']
x=random.choice(b414) x=random.choice(b)
print(x) print(x)
\ 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