Commit 198f9a48 by BellCodeEditor

save project

parent 3812c157
Showing with 3 additions and 1 deletions
...@@ -7,5 +7,6 @@ for i in message: ...@@ -7,5 +7,6 @@ for i in message:
t=i t=i
t1=random.choice(key) t1=random.choice(key)
t2=random.choice(key) t2=random.choice(key)
a=t+t2+t3 t=t+t2+t3
a=a+t
print(a) print(a)
\ 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