Cannot use other built-in function besides len - specifically not max, min, slice Cannot use slice notation in conjunction with the subscription operator Cannot use the in operator of Python Cannot use the list class's + or == operators nor built-in methods beyond append and pop Note: You can use + and == for individual elements, just not entire lists

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter3: Data Representation
Section: Chapter Questions
Problem 12VE
icon
Related questions
Question

return largest integer from user_inputed list

must use while loop 

read rules

must be in python

Cannot use other built-in function besides len - specifically not max, min,
slice
Cannot use slice notation in conjunction with the subscription operator
Cannot use the in operator of Python
Cannot use the list class's + or == operators nor built-in methods beyond
append and pop Note: You can use + and == for individual elements, just
not entire lists
Transcribed Image Text:Cannot use other built-in function besides len - specifically not max, min, slice Cannot use slice notation in conjunction with the subscription operator Cannot use the in operator of Python Cannot use the list class's + or == operators nor built-in methods beyond append and pop Note: You can use + and == for individual elements, just not entire lists
>>> max([1, 3, 2])
3
>>> max([100, 99, 98])
100
Transcribed Image Text:>>> max([1, 3, 2]) 3 >>> max([100, 99, 98]) 100
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr