第15273题 判断题
执行给定Python代码后print(a.sort())输出结果为None的说法是否正确?
a = (5,6,3,10)
print(a.sort())
A

正确

B

错误

程序运行统计
暂无判题统计