Commit 0ac6ee0a by BellCodeEditor

save project

parent acc4e19a
Showing with 13 additions and 7 deletions
message = ["诺伊"]
a = len(massage)
index = 0
while index<a:
print(message[index])
index = index+1
import random
key = "王一波"
message = "tiantianjiushitiantian"
result_massage =''
for i in message:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
sesult_message = result_massage+text
print(result_massage)
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