Skip to content

suniil03/All_Python_Programs

Repository files navigation

How to Run

  1. Make sure Python 3 is installed on your system.
  2. Save the program
  3. Open a terminal or command prompt in the folder where the file is saved.
  4. Run the program using: python codename.py

All_Python_Programs

  1. Simple Calculator - A simple Python program that performs basic mathematical operations:
  • Addition
  • Subtraction
  • Multiplication
  • Division
  1. Time-Based Greeting - A simple Python program that greets the user based on the current time.

  2. Multiplication Table - A simple Python program that displays the multiplication table of any number entered by the user.

  3. Factorial Calculator - This Python program calculates the factorial of a given number using recursion.

  • Special case: 0! = 1
  1. Fibonacci Sequence - This Python program generates the Fibonacci sequence using recursion.

About

Simple Calculator for addition , subtraction , multiplication & Division

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages