Please help me with the task: Sum and Difference finder.

Hello, I’m working on this task:

Here is my code:


num = int(input)
num_2 = int(input)
for i in range(3):
   print(num)
   print(num_2)
sum = num + num_2


Can anyone please help me to solve it?