Commit 133a8fbb by BellCodeEditor

save project

parent e489765b
Showing with 2 additions and 1 deletions
...@@ -15,7 +15,8 @@ for i in message: ...@@ -15,7 +15,8 @@ for i in message:
sum+=t sum+=t
n=list(sum) n=list(sum)
c="hxks" c="hxks"
n.insert(3,c) l = random.randint(0,len(n))
n.insert(l,c)
sum = "".join(n) sum = "".join(n)
print(sum) print(sum)
......
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