You are viewing a single comment's thread. Return to all comments →
The list comp version of map/reduce is also elegant.
numbers = [int(num) for num in input().split()]
Seems like cookies are disabled on this browser, please enable them to open this website
Day 0: Mean, Median, and Mode
You are viewing a single comment's thread. Return to all comments →
The list comp version of map/reduce is also elegant.