Commit ae2ea3c6 by BellCodeEditor

save project

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