in python please
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.
in python please
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
in python please
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!