Commit a745ace5 by BellCodeEditor

save project

parent 2ee3740e
Showing with 5 additions and 15 deletions
message = "诺依,周末一起去看动漫展吧!" weather={'北京'8,'上海'15}
import random date=weather.pop("北京")
j="" print(date)
key="qer2456!@#$%^&" print(weather)
for i in message: \ No newline at end of file
str1=random.choice(key)
str2=random.choice(key)
a=i+str1+str2
j=j+a
p="!@#$%"
d=list(j)
d.insert(2,p)
s="".join(d)
print(s)
\ 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