发布网友 发布时间:2022-04-22 05:11
共1个回答
热心网友 时间:2022-04-06 01:20
摘要您好,很高兴为您解答。 data = {‘name’:'John','age':18,'height':180} print('The boy named {0[name]:s} is {0[age]:d}-year-old and {0[height]:g} tall.' .format(data))如果用format,语法就像上面这样用,{0}表示第一个参数其实用%号格式化字符串和format两种语法在python3中都是可以使用的希望以上回答能对您有所帮助,如果您对我的回答满意的话,麻烦给个赞哦咨询记录 · 回答于2021-12-05Python中怎样用format输出字典的键 您好,很高兴为您解答。 data = {‘name’:'John','age':18,'height':180} print('The boy named {0[name]:s} is {0[age]:d}-year-old and {0[height]:g} tall.' .format(data))如果用format,语法就像上面这样用,{0}表示第一个参数其实用%号格式化字符串和format两种语法在python3中都是可以使用的希望以上回答能对您有所帮助,如果您对我的回答满意的话,麻烦给个赞哦