This repository contains my daily Python practice programs.
Hello World
Addition Program
Print numbers from 1 to 10 using a loop
Check whether a number is even or odd
Find the factorial of a number using a loop
Find the sum of first 10 natural numbers
Print multiplication table of a number
Find the largest of three numbers using if-else
Reverse a string using slicing
Check whether a string is a palindrome or not
Count the number of vowels in a string
Character Counter Program
Check whether a number is prime or not
Print the Fibonacci series using a loop
Check whether a number is an Armstrong number
Swap two numbers using Python
Find the largest element in a list
Find the smallest element in a list
Reverse a list using slicing
Remove duplicate elements from a list
Find the second largest element in a list
Count even and odd numbers in a list
Sort a list without using the built-in sort() function
Find the sum of all elements in a list
Find the most frequent element in a list
Count the frequency of each word using a dictionary
Calculate total and average marks using a dictionary
Create and use a function to calculate the sum of two numbers
Check whether a number is even or odd using a function
Build a mini calculator using Python functions
Count the number of words in a sentence using split()
Count uppercase and lowercase letters in a string
Count letters, digits, and special characters in a string
Reverse a string using a loop
Check whether a string is a palindrome
Count vowels and consonants in a string
Find the first non-repeating character in a string
Check whether two strings are anagrams
Find duplicate characters in a string
Remove duplicate characters from a string
Find the largest and second largest elements in a list
Find duplicate elements in a list
Find common elements between two lists
Combine two lists and remove duplicate elements
Rotate a list to the left by one position
Find the missing number from a list of consecutive numbers
Find the maximum difference between elements in a list
Count positive, negative, and zero values in a list
Calculate the average of elements in a list
Build a student marks analyzer to calculate total, average, highest, and lowest marks