diff --git a/CSE16237_Ex01_02.py b/CSE16237_Ex01_02.py new file mode 100644 index 0000000000000000000000000000000000000000..221a0e0a8194aa42a528cc50f081bac6726b4fe6 --- /dev/null +++ b/CSE16237_Ex01_02.py @@ -0,0 +1,2 @@ +un=input("Enter the name:") +print(un)