From 7587746f5bbc1d43a083b57203afa5704b4309fc Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 5 Jun 2021 17:19:51 +0800 Subject: [PATCH] save project --- diy3.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diy3.py b/diy3.py index bf98ef2..5547a02 100644 --- a/diy3.py +++ b/diy3.py @@ -9,5 +9,6 @@ for i in message: str3=random.choice(key) text=text+str1+str2+str3 text=list(text) -text.insert(5,noise) +text.insert(5,noise) +text="".join(text) print(text) \ No newline at end of file -- libgit2 0.25.0