Commit f11b513b by BellCodeEditor

save project

parent 4f015314
Showing with 3 additions and 1 deletions
......@@ -9,6 +9,7 @@ for i in message:
test=str1+str2+str3
testzz=testzz+test
list1=list(testzz)
list1.insert(4,'~!@#$%^&*')
index=random.randint(0,len(testzz))
list1.insert(index,'~!@#$%^&*')
e=''.join(list1)
print(e)
\ 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