Commit ec987578 by BellCodeEditor

save project

parent 9710a2f6
Showing with 1000 additions and 2 deletions
a={"赵":90,"傻逼":89}
print(a["傻逼"])
a["傻逼"]=67
print(a)
a["网民"]="赵凯"
print(a)
if "老八" in a:
print(a["老八"])
import random import
key = "飞机飞机发动机飞机死哦十四的肌肤" key = "飞机飞机发动机飞机死哦十四的肌肤"
sty = random.choice(key) sty = random.choice(key)
print(sty) print(sty)
......
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