Commit 10a2ef13 by BellCodeEditor

save project

parent 1d5864f0
Showing with 2 additions and 2 deletions
...@@ -13,4 +13,4 @@ for i in message: ...@@ -13,4 +13,4 @@ for i in message:
a+=i+key1+key2 a+=i+key1+key2
b = list(a) b = list(a)
v = b.insert(randon.randint(0,len(b),key2) v = b.insert(randon.randint(0,len(b),key2)
print(b) print(v)
\ 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