From e97692a5b2e4ae1bdec237b1b4e58fe1f9a21eaa Mon Sep 17 00:00:00 2001 From: aslesha <cb.en.u4cse16259@cb.students.amrita.edu> Date: Wed, 19 Dec 2018 12:23:49 +0530 Subject: [PATCH] Add new file --- lab1/cse16259_e1_3.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lab1/cse16259_e1_3.py diff --git a/lab1/cse16259_e1_3.py b/lab1/cse16259_e1_3.py new file mode 100644 index 0000000..d7331e1 --- /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 -- GitLab