Commit 483d7c59 by BellCodeEditor

save project

parent 5f285e8f
Showing with 2 additions and 2 deletions
......@@ -13,5 +13,5 @@ for i in message:
text=str1+str2+str3
a=list(key_message )
a.insert(1,nice)
b=""join(a)
print(a)
b="".join(a)
print(b)
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