list of string questions |
S.No. | List of Programms |
Q1. | Write a Program to display the string character by character |
DOWNLOAD | PDF FILE | PYTHON FILE |
List of More Questions for practice using concept of above program |
Download | Write a Python program to accept the string and count the number of upper case character. |
Download | Write a Python program to find total number of alphabets, digits or special character in a string. |
Download | Write a Python program to count total number of A and G. |
Download | Write a Python program to count total number of vowels and consonants in a string. |
S.No. | List of Programms |
Q2. | Write a Program to display the string in reverse order |
DOWNLOAD | PDF FILE | PYTHON FILE |
List of More Questions for practice using concept of above program |
Download | Write a Python program check the string is a palindrome or not |
S.No. | List of Programms |
Q3. | Write a Program to display the each word from a string |
DOWNLOAD | PDF FILE | PYTHON FILE |
List of More Questions for practice using concept of above program |
Download | Write a Python program display each word whose first character is upper case. |
Download | Write a Python program display each word whose first character is vowel |
Download | Write a Python program to convert the string each word to title case. |
Download | Write a Python program to accept the string and copy vowel word to another string and other words to other string |
Download | Write a Python program to display words whose length is 3. |
S.No. | List of Programms |
Download | Write a Python program to copy one string to another string. |
Download | Write a Python program to concatenate two strings. |
Download | Write a Python program to compare two strings. |
Download | Write a Python program to convert lowercase string to uppercase. |
Download | Write a Python program to convert uppercase string to lowercase. |
Download | Write a Python program to toggle case of each character of a string. |
Download | Write a Python program to count total number of words in a string. |
Download | Write a Python program to reverse order of words in a given string. |
Download | Write a Python program to remove all search character from string. |
Download | Write a Python program to remove all repeated characters from a given string. |
Download | Write a Python program to count number of "the" or "that" in a string |
Download | Write a Python program to remove all extra blank spaces from given string. |