Commit 24f3dc14 by BellCodeEditor

save project

parent 838abfff
Showing with 6 additions and 2 deletions
......@@ -12,4 +12,8 @@ for i in message:
c=random.choice(key)
d=a+b+c
s=s+d
print(s)
\ No newline at end of file
p=list(s)
a='fgjjhjghvm'
p.insert(5,a)
z="".join(p)
print(z)
\ 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