Python · Math, random & Decimal
What do these print, and when do you need multimode instead of mode? import statistics print(statistics.mode([1, 1, 2, 2, 3])) print(statistics.multimode([1, 1, 2, 2, 3]))
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
