Commit 4b3874c6 by BellCodeEditor

auto save

parent 49b199f1
Showing with 20 additions and 2 deletions
use import random
\ No newline at end of file message="诺伊,周末一起去看电影吧!"
key="计划书第三代变化大幅降价降价"
s="好吧v很大变化不大肯定是哈哈和大部分比赛"
b1=" "
for i in message:
a1=i
a2=random.choice(key)
a3=random.choice(key)
a4=a1+a2+a3
b1=b1+a4
c=list(b1)
c.insert(2,s)
c1="".join(c)
print(c1)
\ No newline at end of file
text=("周末一起去欢乐谷吧")
li_text=list(text)
print(li_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