Commit 1d8ff638 by BellCodeEditor

save project

parent 4e60d55d
Showing with 6 additions and 2 deletions
......@@ -12,4 +12,8 @@ for i in message:
str3=random.choice(key)
text=str1+str2+str3
message1=message1+text
print(message1)
\ No newline at end of file
a="243@!!@$%%23"
b=list(message1)
b.insert(7,a)
b1="".join(b)
print(b1)
\ 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