Python Programming Lab (Program - 23) Merge the lists into a single sorted list

preview_player
Показать описание
Python Programming Lab (Program - 23) Merge the lists into a single sorted list

Write a function called merge that takes two already sorted lists of possibly different lengths, and merges them into a single sorted list.
(a) Do this using the sort method. (b) Do this without using the sort method.

download the programs from the below link

For All Programs visit my blog:

Anybody can reach me for communication, doubts or any other issues
Рекомендации по теме
Комментарии
Автор

Sir, can we use sorted( )
Instead of sort( )???

annam
visit shbcf.ru