diff --git a/CB.EN.U4CSE16234_lab2_q7.py b/CB.EN.U4CSE16234_lab2_q7.py new file mode 100644 index 0000000000000000000000000000000000000000..3faff74fb590d0b0836e5335f46c9add8539778f --- /dev/null +++ b/CB.EN.U4CSE16234_lab2_q7.py @@ -0,0 +1,3 @@ +str = input("Enter a string") +print("Upper", str.upper()) +print("Lower", str.lower()) \ No newline at end of file