关于python2和python3的区别说法不正确的是
python2的默认编码是ansii
python3的默认编码是utf-8
python2中range()的返回值是列表
python3中range()的返回值是列表