Python Lab Manual
Program 1
Write a Python program to find the factorial of a number using recursion.
Code:
// Write your code here...
Program 2
Write a Python program to implement a simple calculator using functions.
Code:
// Write your code here...
Program 3
Write a Python program to check if a string is a palindrome.
Code:
// Write your code here...