Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Median and Mode of Tuples
Python Code Challenge
30 -
Write a program that takes in a tuple of numbers and returns a tuple with the median and mode of the numbers.
Python
Data Types
Tuples