Commit cca987b4 by BellCodeEditor

save project

parent 9676b9fc
Showing with 7 additions and 6 deletions
...@@ -9,10 +9,11 @@ for i in message: ...@@ -9,10 +9,11 @@ for i in message:
b = random.choice(key) b = random.choice(key)
c = random.choice(key) c = random.choice(key)
res = res + i + b + c res = res + i + b + c
x = "ydfdfskahefsdfjhsku"
z = random.randint(0,len(res))
x = "sxxxxxx" t = list(res)
r = list(res) t.insert(z,x)
r.insert(0,x) x = "".join(t)
s = "".join(r) print(x)
print(s) \ No newline at end of file
\ 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