All Problems
6/10
Number Transform Pipeline
MediumGiven a list of numbers, solve two parts: Part 1: Take all even numbers, double them, and print their sum. Part 2: Find and print the product of the 3 largest odd numbers.
Given variables
nums: a list of integers
2 test cases
Hit Test to see output...Loading WASM...Docs