Commit b990788a by BellCodeEditor

save project

parent d8216763
Showing with 5 additions and 5 deletions
......@@ -13,7 +13,7 @@ for i in message:
str3=random.choice(key)
text=str1+str2+str3
a=a+text
list(a)
li_text=list(text)
li_text.insert(5,"p")
print(a)
\ No newline at end of file
li_a=list(a)
li_a.insert(5,b)
str4="".join(li_a)
print(str4)
\ No newline at end of file
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