From 54e1e530ebf93aa8d9d84e97854452eef6787149 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 1 Apr 2023 14:45:38 +0800 Subject: [PATCH] save project --- diy1.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 diy1.py diff --git a/diy1.py b/diy1.py new file mode 100644 index 0000000..115af9a --- /dev/null +++ b/diy1.py @@ -0,0 +1,4 @@ +import random +list=["剪刀","石头","布"] +compute=random.choice(lise) +print(compute) \ No newline at end of file -- libgit2 0.25.0