Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ odd-even.py
File
odd-even.py
Python/odd-even.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Write a function called odd_even that has one parameter
2
and takes a list of numbers
as
an argument. The function
3
returns the difference between the largest even number in
4
the list and the smallest odd number in the list. For example,
Callers
nothing calls this directly
Calls
2
odd_even
Function · 0.85
print
Function · 0.50
Tested by
no test coverage detected