Commit f6317178 by BellCodeEditor

save project

parent c7f2902e
Showing with 6 additions and 2 deletions
......@@ -9,4 +9,8 @@ for i in message:
text=str1+str2+str3
print(text)
key_message=key_message+text
print(key_message)
\ No newline at end of file
print(key_message)
limes=list(key_message)
limes.insert(3,"!@#$%^&*")
print("".join(limes))
\ 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