From a8bad7e93080c316b2ef33311d896ee065d52dae 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:20:52 +0530 Subject: [PATCH] Upload New File --- CSE16265_ExNo02_01.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CSE16265_ExNo02_01.py diff --git a/CSE16265_ExNo02_01.py b/CSE16265_ExNo02_01.py new file mode 100644 index 0000000..021d776 --- /dev/null +++ b/CSE16265_ExNo02_01.py @@ -0,0 +1,3 @@ +a=input("enter the string ") +print("length of the string=",len(a)) + -- GitLab