Questions
List and String Operations
-
How to count the number of upper and lowercase letters in a string
-
Write a program to find the lists that consist of at least one common element.
-
Python program to print the duplicate elements of an array
-
Python program to print the largest element in an array
-
Python program to print the smallest element in an array
-
Python program to print the number of elements present in an array
Additional Exercises
-
Write a program to reverse a list without using
reverse() -
Check if a string input by the user is a palindrome or not
-
Find the count of uppercase and lowercase letters in a string input by the user
-
Remove spaces from a string input by the user
-
Find the largest element in the given array
-
Input a string from the user and find the number of integer alphabets in the string