suspect_info = {'feifei':"菲菲"}
call_number = {'114':"查号台",'110':"报警"}
call_number.update({'119':"火警"})
print(call_number)
inp = "feifei"
def hello(inp):
return 'hello ' +'merry Xchr'+ inp
inp = 'mayi'
print(hello(inp))
suspect_info = {'feifei':"菲菲"}
call_number = {'114':"查号台",'110':"报警"}
call_number.update({'119':"火警"})
print(call_number)
inp = "feifei"
def hello(inp):
return 'hello ' +'merry Xchr'+ inp
inp = 'mayi'
print(hello(inp))
本文标题:字典的零起步
本文链接:https://www.haomeiwen.com/subject/mwtwmktx.html
网友评论