Commit c3e83c3c by BellCodeEditor

save project

parent 79805f84
Showing with 3 additions and 2 deletions
...@@ -10,6 +10,6 @@ for i in message: ...@@ -10,6 +10,6 @@ for i in message:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
text=a+b+c text=str1+str2+str3
key1=key1+d
key1=key1+text key1=key1+text
print(key1)
\ 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