Commit 9e20da5d by BellCodeEditor

save project

parent 0750f797
Showing with 16 additions and 5 deletions
message = "诺依,周末一起去看动漫展吧!" import random
print(message[:]) key = "qwerfgcfysduhdvgyshcahduaGIJashFUYHZUDTAUSDGSY7DHIRT7AHRF7WEY"
m = "俞老师在吃答辩!!!"
# 请使用索引的知识,取出message所有元素(不用遍历的方式) k_m = ""
\ No newline at end of file for i in m:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1 + str2 + str3
k_m = text + k_m
a = list(k_m)
i = random.randint(0,len(a))
a.insert(i,"善男信女都是大大是的五个饿了的私人教练请为非托管色u鹅黄色的法国卡莎社保登记证S")
k_m = "".join(a)
print(k_m)
\ 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