Commit 53a5fca7 by BellCodeEditor

save project

parent e3a02053
Showing with 6 additions and 5 deletions
...@@ -13,7 +13,9 @@ for i in message: ...@@ -13,7 +13,9 @@ for i in message:
t1 = t1 + t t1 = t1 + t
#print(t1) #print(t1)
c="!@#$%^&*" c="!@#$%^&*"
t2=list(t1) g=list(t1)
s=t2.insert(2,c) #print(g)
s="".join(c) j=random.randint(0,len(g))
print(s) g.insert(j,c)
\ No newline at end of file s="".join(g)
print(s)
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