From ea7e75652516bc55d33a97e082ce9d7d602942d7 Mon Sep 17 00:00:00 2001 From: Vivin Balaji K S <cb.en.u4cse16265@cb.students.amrita.edu> Date: Wed, 12 Dec 2018 10:19:32 +0530 Subject: [PATCH] done --- CSE16265_ExNo01_03.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CSE16265_ExNo01_03.py diff --git a/CSE16265_ExNo01_03.py b/CSE16265_ExNo01_03.py new file mode 100644 index 0000000..48ca509 --- /dev/null +++ b/CSE16265_ExNo01_03.py @@ -0,0 +1,4 @@ +num1=int(input("Enter the first number ")) +num2=int(input("Enter the second number ")) +print(num1+num2) + -- GitLab