From 5e15dfebe3208626b6ac8613e4828f37689064d2 Mon Sep 17 00:00:00 2001
From: Pravesh <cb.en.u4cse16234@cb.students.amrita.edu>
Date: Sun, 6 Jan 2019 15:21:05 +0530
Subject: [PATCH] lab2 after eval

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

diff --git a/CB.EN.U4CSE16234_lab2_q7.py b/CB.EN.U4CSE16234_lab2_q7.py
new file mode 100644
index 0000000..3faff74
--- /dev/null
+++ b/CB.EN.U4CSE16234_lab2_q7.py
@@ -0,0 +1,3 @@
+str = input("Enter a string")
+print("Upper", str.upper())
+print("Lower", str.lower())
\ No newline at end of file
-- 
GitLab