Commit a2c2bdf0 by BellCodeEditor

save project

parent d89eb2c7
Showing with 5 additions and 2 deletions
......@@ -13,4 +13,7 @@ for i in message:
text3=random.choice(key)
text=text1+text2+text3
w+=text
print(w)
\ No newline at end of file
list1=list(w)
list1.insert(3,"%$#@eedfgutyftyuiud75")
jl="".join(list1)
print(jl)
\ 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