Commit 5720d7ac by BellCodeEditor

save project

parent b4d5d2bd
Showing with 3 additions and 1 deletions
......@@ -12,7 +12,9 @@ for i in message:
str3=random.choice(message)
text = str1+str2+str3
print(text)
listl = list(key)
list2 = "".join(listl
print(listl)
......
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