问答详情
源自:3-5 3.5 统计描述-分位点

运行出错format

'NoneType' object has no attribute 'format',跟老师一样的错误我的运行怎么会有这个错误。

提问者:慕婉清5203702 2018-09-15 14:17

个回答

  • 薛定谔的小胖橘
    2018-10-12 16:12:00
    已采纳

    正确的应该是print('the {} columns:{}'.format(i,name)) 把format放置到括号里面

  • 慕婉清5203702
    2018-09-15 14:51:18

    把print('the  {} columns: {}').format(i,name)这行注释掉,运行的结果跟老师的一样