- Python Program to print Hello world using function
- Python Program to create a function with pass statement
- Python program to create a function that calculates the square root of a number
- Python program to create a function that calculates the power of a number
- Python Program to create a function that accepts 2 integers, adds them and returns their sum
- Python Program to create a function that takes a list of integers and returns the last integer
- Python Program to return multiple values from a function
- Python function that takes a list and returns a new list with unique elements of the first list
- Python program to generate a random number in the range of 1 to 10 using function()
- Python Program to Check Whether a Given Number is Even or Odd using Recursion
- Python Program to Print Binary Equivalent of an Integer using Recursion
- Python Program to Print Binary Equivalent of a Number without Using Recursion
- Python Program to Find Sum of Digit of a Number Without Recursion
- Python program to reverse a string using recursion
- Python program to reverse a string without recursion
- Python program to reverse a list using recursion
- Python program to reverse a list without recursion
- Python Program to Find Sum of Digit of a Number using Recursion
- Python Program for the n-th Fibonacci number using recursion
- Python Program for n-th Fibonacci number without recursion
- Python Program for factorial of a number using Recursion
- Python Program for factorial of a number without Recursion
- Python Program to check if a string is a palindrome or not using Recursion
- Python Program to check if a string is a palindrome or not without Recursion
- Python Program to check if a number is an Armstrong Number or not using Recursion
- Python Program to check if a number is an Armstrong Number or not without using Recursion
- Python Program to shuffle a list using recursion
- Python Program to shuffle a list without recursion
- Python Program to create a basic operations calculator(+, -, /, and x), create a separate function for each operation
- Python program to implement switch case using functions
- Python Program to Find LCM using function
- Python Program to Find HCF using function
- Python program to convert the binary number to decimal without using library function
- Python program to access a function inside a function
- Python program to detect the number of local variables declared in a function
- Python program to make a chain of function decorators (bold, italic, underline, etc)
- Python function to check whether a number is perfect or not