Posts

Showing posts from February, 2022

Write a program in python, to create a number list. Search and display largest and smallest number present in a list. Without using built-in function.

Write a program in python, to create two number lists a and b. Swap and display all elements of both lists.

Write a program in python, to input a list (sequence of elements), its size and finding element. Search and display element is present in the given list or not.

Write a program in python, count and display the number of vowels, consonants, uppercase, lowercase characters in string.

How to create a dictionary in Python?

Write a python Program to check if a word is a palindrome or not | Python |