Commit 525de9d8 by BellCodeEditor

save project

parent a48f323e
Showing with 1 additions and 1 deletions
...@@ -10,7 +10,7 @@ for i in message: ...@@ -10,7 +10,7 @@ for i in message:
p1=i p1=i
p2=random.choice(key) p2=random.choice(key)
p3=random.choice(key) p3=random.choice(key)
p4=i+p1+p2+p3 p4=p1+p2+p3
p90=p90+p4 p90=p90+p4
print(p90) print(p90)
p9789=list(p90) p9789=list(p90)
......
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