Skip to content

Collection of my Python programming projects from college, including practice exercises, mini-projects, and assignments.

Notifications You must be signed in to change notification settings

NOTE46/Python-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

01.py – Personal Math AI Assistant

Description:
This is my first Python project: a simple Math AI Assistant that performs basic arithmetic operations:

  • Addition
  • Subtraction
  • Multiplication
  • Division

It’s designed for personal use and to practice Python input/output and control flow.


Features

  • Interactive user input to choose the arithmetic task.
  • Handles Addition, Subtraction, Multiplication, and Division.
  • Displays results in a clear, formatted way.

About

Collection of my Python programming projects from college, including practice exercises, mini-projects, and assignments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages