how to return the biggest number in a list and its value code example Example: python largest value in list >>> list = [1, 3, 2, 0] >>> max(list) 3