运行出错format

来源:3-5 3.5 统计描述-分位点

慕婉清5203702

2018-09-15 14:17

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

写回答 关注

2回答

  • 薛定谔的小胖橘
    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)这行注释掉,运行的结果跟老师的一样

    薛定谔的小胖...

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

    2018-10-12 16:11:08

    共 1 条回复 >

Python制作数据分析工具

用Python制作一个高效的数据诊断工具

29646 学习 · 29 问题

查看课程

相似问题