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?
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?