From d571c67c32c849f8a78ff36bd674c275229dddc1 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Thu, 20 Jul 2023 10:16:26 +0800 Subject: [PATCH] auto save --- diy4.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 diy4.py diff --git a/diy4.py b/diy4.py new file mode 100644 index 0000000..a255137 --- /dev/null +++ b/diy4.py @@ -0,0 +1,11 @@ +import random +message="想玩手机!" +key="ahjjhweudjeuiqhedjhjwhehdiorfg" +key_message="" +for i in message: + a=i + b=random.choice(key) + c=random.choice(key) + d=a+b+c + key_message+=d +print(key_message) \ No newline at end of file -- libgit2 0.25.0