Commit 558c1f5d by BellCodeEditor

save project

parent 8ae5f2de
Showing with 3 additions and 1 deletions
...@@ -8,7 +8,8 @@ for i in message: ...@@ -8,7 +8,8 @@ for i in message:
text=text1+text2+text3 text=text1+text2+text3
print(text,end=" ") print(text,end=" ")
key1="%#$" key1="%#$"
i=random.randint(1,10)
li_text=list(text) li_text=list(text)
li_text.insert(2,key1) li_text.insert(i,key1)
str1="".join(li_text) str1="".join(li_text)
print(str1) 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