Stucklikechuck8411 Stucklikechuck8411 13-03-2024 Computers and Technology contestada What is returned from the following user-defined function if you pass it the argument of 2? def multiples(num): multiple = num * 3 return multiple A) multiples B) 2 C) 6 D) num