Ad
Code
Diff
  • def find_max(num):
        return max(num)
        
    
    • find_max=max
    • def find_max(num):
    • return max(num)