From 5b37762a6e5f32dc036d3fbe7def8a1f608152a8 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 26 Jun 2021 18:01:13 +0800 Subject: [PATCH] save project --- jjjj.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jjjj.py b/jjjj.py index 2da7de8..9e2391e 100644 --- a/jjjj.py +++ b/jjjj.py @@ -1,2 +1,7 @@ p=input("请出拳(石头/布/剪刀):") -print("你出了"+p) \ No newline at end of file +print("你出了"+p) + +import random +w={"石头","布","剪刀"} +q=random.choice(w) +print(q) \ No newline at end of file -- libgit2 0.25.0