britthernandez1212 britthernandez1212 26-03-2024 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 questions marks are to finish the code. num1 = int(input()) num2 = ? print(num1 + ?)