Python script solution

$10.00

Original Work ?

Download Details:

  • Name: ex1.zip
  • Type: zip
  • Size: 34.84 KB

Category: You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (2 votes)

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