From 227571a81eecb1ad35a5d9719bb76514e306d24a Mon Sep 17 00:00:00 2001
From: Pravesh <cb.en.u4cse16234@cb.students.amrita.edu>
Date: Sun, 6 Jan 2019 15:31:01 +0530
Subject: [PATCH] lab1 after eval

---
 CB.EN.U4CSE16234_lab1_3.py | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 CB.EN.U4CSE16234_lab1_3.py

diff --git a/CB.EN.U4CSE16234_lab1_3.py b/CB.EN.U4CSE16234_lab1_3.py
new file mode 100644
index 0000000..f226550
--- /dev/null
+++ b/CB.EN.U4CSE16234_lab1_3.py
@@ -0,0 +1,4 @@
+num1 = int(input("Enter First No: "))
+num2 = int(input("Enter Second No:"))
+print(num1+num2)
+print("The sum is: ",num1+num2)
\ No newline at end of file
-- 
GitLab