SyntaxFix
Write A Post
Hire A Developer
Questions
You have your print() statement in the for() loop, It should be after so that it only prints once. the way it currently is, every time the max changes it prints a max.
for()
max