Commit cca987b4 by BellCodeEditor

save project

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