Commit a745ace5 by BellCodeEditor

save project

parent 2ee3740e
Showing with 5 additions and 15 deletions
message = "诺依,周末一起去看动漫展吧!"
import random
j=""
key="qer2456!@#$%^&"
for i in message:
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
weather={'北京'8,'上海'15}
date=weather.pop("北京")
print(date)
print(weather)
\ 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