From b49d6ad62dca284757866ba8b2df9216f3e0952b Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 24 Mar 2023 19:31:18 +0800 Subject: [PATCH] save project --- c.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 c.py diff --git a/c.py b/c.py new file mode 100644 index 0000000..aba5eff --- /dev/null +++ b/c.py @@ -0,0 +1,9 @@ +import random +message = "周末一起去玩吧。" +key = "ABC" +u = "" +for i in message: + x = random.choice(key) + y = random.choice(key) + u = u + i + x + y +print(u) \ No newline at end of file -- libgit2 0.25.0