From 2e320a6c734fe1a174af2cf3053edc5936e5d90e Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 26 Jun 2022 09:43:20 +0800
Subject: [PATCH] auto save

---
 diy2.py | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/diy2.py b/diy2.py
index 2bc971e..de42999 100644
--- a/diy2.py
+++ b/diy2.py
@@ -1,4 +1,17 @@
+import random
+key = "妨碍咱的渣渣气死偶咧你妈死嫂夫人"
+
+
+
+
 message = "诺依,周末一起去看动漫展吧!"
 
 # 请对message进行遍历,取出所有元素
+for i in message:
+    str1 = i
+    str2 = random.choice(key)
+    str3 = random.choice(key)
+    text = str1+str2+str3
+print(text)
+
 
--
libgit2 0.25.0