diff --git a/CB.EN.U4CSE16234_lab2_1.py b/CB.EN.U4CSE16234_lab2_1.py new file mode 100644 index 0000000000000000000000000000000000000000..a32c2f7e88bc1e6f64934bd19a0354427a82d3d2 --- /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