Exercise: Find maximum value of iterable
Create a function called
find_max that takes an iterable as an argument and returns its maximum value.Python
Setting up Python environment... Output