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