Commit ae2ea3c6 by BellCodeEditor

save project

parent ab45b792
Pipeline #10015 failed in 0 seconds
Showing with 8 additions and 6 deletions
import random
message=""
a="xa.s"
key = "给我饿哦看就按个日记和人家啊【哈惹我赶紧安慰外收入分为二姐夫我就佛"
message="诺伊,周末去看动漫展!"
for i in message:
x=i
y=random.choice(a)
print(x+y)
\ No newline at end of file
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
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