Commit da6cfb12 by BellCodeEditor

save project

parent 6dcf1655
Showing with 7 additions and 4 deletions
......@@ -15,11 +15,14 @@ for i in message:
text1=text1+text
list1=list(text1)
list1.insert(3,"swgvxd")
list1.insert(7,"jkdhnvce")
list1.insert(4,"hjbsb")
a=random.randint(0,len(list1))
b=random.randint(0,len(list1))
list1.insert(a,"swgvxd")
list1.insert(b,"jkdhnvce")
list1.insert(a,"hjbsb")
print(list1)
lin="".join(list1)
print(lin)
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