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)
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 : )