No products in the cart.

Write a program that prompts a …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

Write a program that prompts a user to enter the element of a list and add the element to a list .write a function maximum and minimum number from the list
  • 2 answers

Milind Pandey 3 years, 3 months ago

or visite:: https://codelikeaqua.blogspot.com/2021/01/list-problem.html

Milind Pandey 3 years, 3 months ago

list_=[1,2,3,5] a=int(input("Enter how many entry you want in a list")) for i in range(a): b=int(input("Enter the element")) list_.append(b) print(list_) print("minimum number in the list = ",min(list_)) print("maximum number in the list = ",max(list_))
http://mycbseguide.com/examin8/

Related Questions

Import math ceil
  • 1 answers
What is the function of def()?
  • 1 answers
Whate is global scope
  • 1 answers

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App