y = [1, 3, 2, 4] x = y.sort() print(x)
x 是None。为什么这种语法适用于例如 Javascript 而不是 Python?
None
python
python ×1