Skip to content

davenarchives/simple-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

simple-calculator

A simple calculator in python using def or function

A function is a block of code which only runs when it is called. You can pass data, known as parameters, into a function. A function can return data as a result. In Python a function is defined using the def keyword

About

A simple calculator in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages