Commit 8047656e by BellCodeEditor

save project

parent 67a56b85
Showing with 11 additions and 2 deletions
import random import random
\ No newline at end of file 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