Commit e818a475 by BellCodeEditor

auto save

parent 66f8df39
Showing with 1 additions and 1 deletions
......@@ -13,7 +13,7 @@ for i in message:
test=str+str1+str2
key_message=key_message+test
print(key_message)
list=list[a]
list=list(message)
list.insert(5,"p")
""join(message)
......
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