Page 1 of 1

Please type in the correct answer. Thanks!

Posted: Mon May 02, 2022 12:24 pm
by answerhappygod
Please type in the correct answer.
Thanks!
What happens when you add a new item to a list you've sorted? All lists in Python are already sorted O Python won't let you add a new item to a sorted list O Python recognizes that the list is sorted and adds the item in the right place Unless you inserted it in the right place yourself, you have to sort the list again