'NoneType' object has no attribute 'format',跟老师一样的错误我的运行怎么会有这个错误。
正确的应该是print('the {} columns:{}'.format(i,name)) 把format放置到括号里面
把print('the {} columns: {}').format(i,name)这行注释掉,运行的结果跟老师的一样