CBSE Class 11 : Python Strings 10

Question:1
Python script to take input for a string and display it?
Sol:

 


Question:2
Python script to take input for a string:
a. display it
b. count and print total alphabets in the string
Sol:

 

Question:3
Python script to take input for a string:
a. display it
b. count and print upper case alphabets in the string
Sol: