Commit 813d4b60 by BellCodeEditor

save project

parent edf396b1
Showing with 10 additions and 9 deletions
city=["纽约","华盛顿","桃园到","洛杉矶","芝加哥","旧金山"]
rais=input("你去哪")
if rais in city:
print("你能"+rais)
else:
print("没"+rais)
\ No newline at end of file
list_hero=['赵一',30,'丁二',37,'孙五',52,'王猛',89,'周亮',98]
dict_hero={'赵一':30,'丁二':37,'孙五':52,'王猛':89,'周亮':98}
print(len(list_hero))
print(len(dict_hero))
\ No newline at end of file
name=input('你叫啥名啊?')
power=int(input('你臂力多少啊?')
dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
print(dict_hero)
\ No newline at end of file
-- "a/ttg\343\200\202py"
-- "a/yyyy\343\200\202"
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