Commit 282fe248 by BellCodeEditor

save project

parent 156b3278
Showing with 5 additions and 3 deletions
...@@ -10,5 +10,7 @@ t="" ...@@ -10,5 +10,7 @@ t=""
for i in message: for i in message:
s1=random.choice(key) s1=random.choice(key)
s2=random.choice(key) s2=random.choice(key)
t+=i+s1+s2; t+=i+s1+s2
print(t) index= random.randint(0,len(t))
\ No newline at end of file
print(index)
\ 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