What is the output of the following code?
num1 = "5" num2 = 3 result = num1 * num2 print(result)
15
"555"
8
"333"
This question is part of this quiz :