Commit 72a18b1f by BellCodeEditor

save project

parent 9cec39cf
Pipeline #1076 failed in 0 seconds
Showing with 6 additions and 2 deletions
......@@ -8,4 +8,9 @@ for i in message:
c=random.choice(key)
d=a+b+c
e=e+d
print(e)
\ No newline at end of file
print(e)
f="!@#$%^&********&^%$#!!!@#$%^&$#$#$%^%"
e=list(e)
e.insert(1,f)
e="".join(e)
print(e)
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