Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ floor
Function
floor
Python/Calculator.py:36–38 ·
view source on GitHub ↗
(num1, num2)
Source
from the content-addressed store, hash-verified
34
# Function to return the nearest quotient of the division operation
35
36
def
floor(num1, num2):
37
38
return
num1 // num 2
39
40
41
print(
"Please select operation -\n"
\
Callers
2
is_integer
Method · 0.85
Calculator.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected