diff --git a/123.py b/123.py new file mode 100644 index 0000000..431a647 --- /dev/null +++ b/123.py @@ -0,0 +1,4 @@ +import random +a=["剪刀","石头","布"] +b=random.choice(a) +print(b) \ No newline at end of file