Last answered:

03 Jul 2023

Posted on:

26 Jun 2023

0

Program for the question asked

num_1 = int(input("Enter the first number:"))
num_2 = int( input('enter the second number;'))
Sum = num_1 + num_2
print('The first number you entered is', num_1, 'The second number you entered is', num_2, 'The sum of the two numbers are;', Sum)


This was my solution to the problem before looing at yours. Both are very different but my program ran very well. I hope I am right? 

1 answers ( 0 marked as helpful)
Instructor
Posted on:

03 Jul 2023

0

Hey Ferdinand,


Thank you for reaching out!


Your solution is correct and runs smoothly.


Kind regards,

365 Hristina

Submit an answer