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