PythonPOC python code for sorting #numbers = [2,5,6,3,8] #print(numbers.sort()) #print(numbers) #output:- [2,3,5,6,8]