Commit d4338571 by BellCodeEditor

save project

parent bd216a81
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=a+t+t1+t2 t=t+t1+t2
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