diff --git a/lab1/cse16259_e1_3.py b/lab1/cse16259_e1_3.py new file mode 100644 index 0000000000000000000000000000000000000000..d7331e13b97b9a3b19ac5925216f2accc945dc2a --- /dev/null +++ b/lab1/cse16259_e1_3.py @@ -0,0 +1,3 @@ +num1=int(input("Enter the first number : ")) +num2=int(input("Enter the second number : ")) +print ("Sum of the numbers is : ",(num1+num2)) \ No newline at end of file