From fef5d42a817b940ef915dd72c9ca351da57eda39 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 30 Oct 2021 18:55:48 +0800 Subject: [PATCH] save project --- shiyan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shiyan.py b/shiyan.py index 13eb421..11813fb 100644 --- a/shiyan.py +++ b/shiyan.py @@ -1,4 +1,4 @@ import random -list=["a","b","c","d"] -letter=random,choice(list) +list=["石头","剪刀","布"] +letter=random.choice(list) print(letter) \ No newline at end of file -- libgit2 0.25.0