Skip to content
Snippets Groups Projects
Commit 0b60e32d authored by Velaga Abijith's avatar Velaga Abijith
Browse files

q3 done

parent d688b262
Branches
No related tags found
No related merge requests found
num1=int(input("enter the first number"))
num2=int(input("enter the second number"))
print(num1+num2)
print("the sum of the two number is ", num1+num2)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment