HomePython revision Tour - 2 Write a program that sorts an array of integers in ascending order . 2 Comments Facebook Twitter Q. Arrays in python are implemented through lists. Write a program that sorts an array of integers in ascending order. Answer = a = eval(input ("Enter the list :- ")) a.sort() print (a)
Can you give output in all Ques
ReplyDeleteGive output in all Ques
ReplyDeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )