Netbyzz
#CODE = #B026 # Max Function n = [2, 5, 3, 9, 6] e = max(n) print("Numbers :" ,n) print("Maximum is :" ,e)