Skip to content

ishantgorane/python-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 

Repository files navigation

python-portfolio

๐Ÿ My Python Portfolio | Mini Projects and Learning Journey

๐Ÿ Ishantโ€™s Python Portfolio

Hi there! ๐Ÿ‘‹
I'm Ishant, a student learning Python and AI Tools.
Here youโ€™ll find my Python projects and experiments.


๐Ÿ’ก Skills

  • Python (Loops, Functions, File Handling)
  • MS Excel with AI
  • Video & Photo Editing
  • Data Entry & PowerPoint

๐Ÿง  Projects

๐Ÿ”น Calculator App

def add(a,b): return a+b
def sub(a,b): return a-b
def mul(a,b): return a*b
def div(a,b): return a/b

print("Simple Calculator")
a = float(input("Enter first number: "))
b = float(input("Enter second number: "))
print("Addition:", add(a,b))

About

๐Ÿ My Python Portfolio | Mini Projects and Learning Journey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published