hi its moses, currently on devpro and finished the first chapter, am now busy with algorithmic problem solving, just finished find the maximum: coding, to find the maximum number isn't it better just to use the min/max function? eg numbers = [10, 5, 20,] print(max(number) ), same thing to apply with minimum instead of using the def function ? just curious to know. since the def function seems like the long step.