#好使,速度超过99%的python代码
class Solution:
    def MySort(self , arr: List[int]) -> List[int]:
        # write code here
        return sorted(arr)