Commit 5371f4a1 by BellCodeEditor

save project

parent c66d8a3e
Showing with 2 additions and 2 deletions
......@@ -11,7 +11,7 @@ for i in message:
a=i
q=random.choice(key)
w=random.choice(key)
text=a+q+w
print(test)
text=text+a+q+w
print(text)
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