Commit 207b69d5 by BellCodeEditor

save project

parent 4fde0c2f
Showing with 7 additions and 2 deletions
...@@ -11,4 +11,9 @@ for i in message: ...@@ -11,4 +11,9 @@ for i in message:
d = random.choice(key) d = random.choice(key)
t = a+b+d t = a+b+d
t1 = t1 + t t1 = t1 + t
print(t1) print(t1)
\ No newline at end of file c="!@#$%^&*"
t2=list(t1)
s=t2.insert(2,c)
s="".join(c)
print(s)
\ 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