Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Exclude largest number
Python Code Challenge
49 -
Write a program that takes in a list of integers and outputs a second list excluding the largest number in the list.
Python
Lists
If Statements