Answer:
print(max(myList))
Step-by-step explanation:
Hi,
To print the maximum value in the list, we can use the max() function in Python that takes a list as an argument. The line of code is: print(max(myList)) .
Good luck!
8.8m questions
11.5m answers