Commit 00b6810b by BellCodeEditor

auto save

parent f9d1a039
Showing with 10 additions and 0 deletions
...@@ -7,3 +7,12 @@ if a in city: ...@@ -7,3 +7,12 @@ if a in city:
print('可以乘坐飞机通往'+a) print('可以乘坐飞机通往'+a)
else: else:
print('没有'+a+'这座城市') print('没有'+a+'这座城市')
c=['傻蛋':30,'傻逼':37,'2B':52,'操你妈':89,'马牛逼':98]
c['hnjdcjuhsw']=-9080
print(c)
c=['2B']=90
print(c)
\ 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