in python please

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

in python please

Post by answerhappygod »

in python please
In Python Please 1
In Python Please 1 (34.37 KiB) Viewed 66 times
The following program aims to print out the maximal number of a list of numbers given by the user. Such a list is specified using Python syntax, for example [1,2,3,4) specifies a list of four integers 1, 2, 3, 4. When given this list, the program should print out max = 4 What should be the print statement at Line 2? 1 L - input ("Give a list of numbers, e.g. (1,2,3,4]") print. .) # print out the mox of the given list.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply