Commit 526166d4 by BellCodeEditor

save project

parent a54adf63
Showing with 7 additions and 1 deletions
......@@ -12,5 +12,10 @@ for i in message:
d=random.choice(key)
e=b+c+d
a=a+e
print(a)
ff="&^***^$"
print(a)
aa=list(a)
aa.insert(5,ff)
bb="".join(aa)
print(bb)
\ 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