Answer:
you need to give context of the situation
I wrote my code in python 3.8:
def max_magnitude(num1, num2):
return num1 if abs(num1) > abs(num2) else num2
print(max_magnitude(-8,-2))
I hope this helps!
I think the answer is a but I am not for sure
Answer:
Explanation:
Go and ask a teacher or search