1 -1 Hello word Enhancement
2 -2 Basic Calculator
3 -3 Number Guessing Game
4 -4 Parallelogram area
5 -5 Cylinder Area and volume
6 -6 Surface area and volume of sphere
7 -7 area of a regular polygon
8 -8 Repeat a string
9 -9 Complex number creating
10 -10 converting age to seconds
11 -11 Fibonacci Sequence
12 -12 Sort Three Number
13 -13 Palindrome
14 -14 Calculate Factorials Recursively
15 -15 Find the LCM of two number
16 -16 Find the GCD of two number
17 -17 Convert Decimal to Binary octal hexadecimal
18 -18 Factor of a Number
19 -19 Sum of Digits
20 -20 Reverse String
21 -21 Create a Multiplication Table using python
22 -22 Find the largest number among a list
23 -23 Random Number Generator
24 -24 Count Vowels in a stirng
25 -25 Char Frequency Counter in a String
26 -26 Anagrams Strings
27 -27 Check Odd and Even Number
28 -28 Calculate sum of list
29 -29 Find length of a string
30 -30 Calculate the Average of the numbers in a list
31 -31 check if a string is alphanumeric
32 -32 Generate random password
33 -33 find median of a list
34 -34 find the HCF of two numbers
35 -35 Sort a list of string alphabetically
36 -36 find sum of even numbers
37 -37 check if string contains only digits
38 -38 Find ASCII value of a character
39 -39 Swap Two variables