Answer:
Step-by-step explanation:
arr = [0, 2, 3, 5, 4]
x = 1
arr.append(x)
sorted_arr = sorted(arr)
print(sorted_arr)
9.3m questions
12.0m answers