Commit 0d70de35 by BellCodeEditor

save project

parent 5265ca6b
Showing with 12 additions and 0 deletions
import random
key = "241424wdwq"
message="adwq22eed"
message1=""
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
message1=message1+text
print(message1)
\ 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