kmwray3 kmwray3 08-12-2021 Computers and Technology contestada Read two numbers from user input. Then, print the sum of those numbers. Hint -- Copy/paste the following code, then just type code where the question marks are to finish the code. num1 = int(input()) num2 = ? print(num1 + ?)