MCPcopy 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
2and takes a list of numbers as an argument. The function
3returns the difference between the largest even number in
4the list and the smallest odd number in the list. For example,

Callers

nothing calls this directly

Calls 2

odd_evenFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected