MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / Calculator.py

File Calculator.py

Python/Calculator.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2# Python program for simple calculator
3
4# Function to add two numbers

Callers

nothing calls this directly

Calls 7

addFunction · 0.85
subtractFunction · 0.85
multiplyFunction · 0.85
divideFunction · 0.85
modulusFunction · 0.85
floorFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected