diff --git a/p.py b/p.py
new file mode 100644
index 0000000..3c1e1e9
--- /dev/null
+++ b/p.py
@@ -0,0 +1,3 @@
+import random
+list=["剪刀","石头","布"]
+player=input()
\ No newline at end of file