Description
Create a Python script which finds the largest number in
a list using a for or while loop (do not use Python’s
builtin max function). You can hard code the list of
numbers into your script.
1
Create a Python script which finds the largest number in
a list using a for or while loop (do not use Python’s
builtin max function). You can hard code the list of
numbers into your script.
1