-
Add two numbers
-
Swap two numbers
-
Find the largest of two numbers
-
Even or odd checker
-
Find the factorial of a number
-
Reverse a string
-
Count vowels in a word
-
Sum of all numbers in a list
-
Find max/min in a list
-
Simple calculator (+, , *, /)
-
Print multiplication table
-
Check palindrome (string)
-
Check if element exists in list
-
Remove duplicates from a list
-
Merge two dictionaries
-
Sort a list in ascending order
-
Count words in a sentence
-
Find common elements between two lists
-
Create a list of squares
-
Find sum of digits of a number
-
Guess the number (CLI game)
-
Password generator
-
Simple login system
-
Read a text file and display content
-
Write user input to a file
-
Count lines, words in a file
-
Simple todo list (CLI)
-
Check prime number
-
Sum of even numbers in list
-
Create a phonebook using dict
-
Copy content from one file to another
-
Create a timer countdown
-
Print pattern using nested loops
-
Find the second largest number in a list
-
Basic currency converter
-
Simple grade calculator
-
Remove punctuation from a string
-
Sort dictionary by values
-
Count occurrence of each character
-
Find GCD of two numbers
-
Rock,Paper And Scissors
-
Word guessing game
-
Command line calculator using lambda
-
Rename a file using OS module
-
Get current directory and files
-
Generate a random OTP
-
Check internet connection (ping google)
-
Create folders with a loop
-
File searcher in a directory
-
Encrypting And Decoding