Commit ac83a98c by BellCodeEditor

save project

parent 1f2f6d7d
Showing with 4 additions and 1 deletions
......@@ -12,5 +12,8 @@ for i in message:
str3=random.choice(key)
text=str+str2+str3
a=a+text
print(a)
list_a=list(a)
list_a.insert(5,noise)
str_a="",join(list_a)
print(str_a)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment