Commit 8ae5f2de by BellCodeEditor

save project

parent 01c034cf
Showing with 7 additions and 2 deletions
......@@ -6,4 +6,9 @@ for i in message:
text2=random.choice(key)
text3=random.choice(key)
text=text1+text2+text3
print(text,end=" ")
\ No newline at end of file
print(text,end=" ")
key1="%#$"
li_text=list(text)
li_text.insert(2,key1)
str1="".join(li_text)
print(str1)
\ 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