Commit b1cd739b by BellCodeEditor

auto save

parent 027d3568
Showing with 19 additions and 1 deletions
import random
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
# 请对message进行遍历,取出所有元素 key = "受信任的长头发v应该不会年纪门口,李吃点热饭v搞不好你就开骂"
a = ""
for i in message:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
a = a +text
b = list(a)
b.insert(3,"ertyui的法国海军")
c = "".join(b)
print(c)
\ No newline at end of file
a = "wertyuiopCRC发TV搞不好那就"
b = list(a)
print(b)
\ 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