Python Practice Problem

Welcome to Python Practice Problems. The problem is divided into beginner, intermediate, and advance. A new exercise will be posted every month.


Problem 1:Write a Program in Python: Check number is odd or even

Problem 2: Write a python program: Print of all divisors of the number 

Problem 3:Write a python Program: To reverse the string and check each word of the string is equal or not. If any word is equal print that word index number

Problem 4:Write a program in python: Create a class Box and found area of rectangle also use function definition inside class

Problem 5:Write a program in python: Define a class with methods

Problem 6:Write a program in python: Calculate a factorial for any number using function in python