From d683e38496dadf5028c03d5ae661353e60b4eb00 Mon Sep 17 00:00:00 2001 From: Pravesh <cb.en.u4cse16234@cb.students.amrita.edu> Date: Sun, 6 Jan 2019 15:07:02 +0530 Subject: [PATCH] Lab2 Excersie --- CB.EN.U4CSE16234_lab2_1.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CB.EN.U4CSE16234_lab2_1.py diff --git a/CB.EN.U4CSE16234_lab2_1.py b/CB.EN.U4CSE16234_lab2_1.py new file mode 100644 index 0000000..a32c2f7 --- /dev/null +++ b/CB.EN.U4CSE16234_lab2_1.py @@ -0,0 +1,2 @@ +String s=input("Enter a string") +print(len(s)) \ No newline at end of file -- GitLab