Commit 0ee21777 by BellCodeEditor

save project

parent f084072f
Showing with 0 additions and 11 deletions
import random
text = ""
key = "jhkhvfkgherhkffkjvfgbklhryfjhgjhrgf"
message = "岳父热发热"
for i in message:
str = i
str1 = random.choice(key)
str2 = random.choice(key)
text = text + str + str1 + str2 + "\n"
print(text)
\ 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