From c6ff0eca1b9c975320570f1f5a664bf5f427085c Mon Sep 17 00:00:00 2001 From: K V Ragul <cb.en.u4cse16237@cb.students.amrita.edu> Date: Wed, 12 Dec 2018 09:19:19 +0530 Subject: [PATCH] project started --- CSE16237_Ex01_02.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CSE16237_Ex01_02.py diff --git a/CSE16237_Ex01_02.py b/CSE16237_Ex01_02.py new file mode 100644 index 0000000..221a0e0 --- /dev/null +++ b/CSE16237_Ex01_02.py @@ -0,0 +1,2 @@ +un=input("Enter the name:") +print(un) -- GitLab