Commit 53134093 by BellCodeEditor

auto save

parent 15815749
Showing with 19 additions and 22 deletions
"""
# 假期到了,诺依想出去玩,但不知道有没有飞机直达那里,
# 悟空做了个小程序帮助诺依,然而代码出现了3处错误。
# 请你找出来,并运行~
city = ['纽约','华盛顿','桃源岛','洛杉矶','芝加哥',"旧金山"]
a=input('你想去哪里啊?')
if a in city:
print('可以乘坐飞机通往'+a)
else:
print('没有'+a+'这座城市')
"""
scores={"语文":90,"数学":93,"英语":74}
a=scores["语文"]+scores["数学"]+scores["英语"]
b=a/3
print(b)
import random
a="阿巴阿巴,你好睿智"
b="gxse还记得wi发育发育时尚空间按甲方的伤口附近时间回家撒哈拉几号放假就电话卡简单家具打卡机的计划分解的思考很久的空间的海景房的客户uyt规划法规法规ufyf法兰克福看电视eku喝的yfew全渠道得到yfewt7是撒yfdwtyuft"
c="jhhugygftygtyjjujjjjjjjjjjy"
d="@#&(*)+_)(*&^%$#@@@!!!~`)"
q=random.randint(-1,10)
d=""
a=list(a)
a=insert(q,d)
a="".join(a)
a.inser
for i in a:
a1=i
b1=random.choice(b)
c1=random.choice(c)
x=a1+b1+c1
d=d+x
print(d)
\ 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