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

File biggest-odd.py

Python/biggest-odd.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2"""Create a function called biggest_odd that takes a string of numbers
3and returns the biggest odd number in the list. For example, if you
4pass ‘23569’ as an argument, your function should return 9. Use list

Callers

nothing calls this directly

Calls 2

biggest_oddFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected