No products in the cart.

Write a program to accept 10 …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

Write a program to accept 10 numbers in a list and display the count of prime numbers out of them
  • 2 answers

Pankaj Singh 3 years, 8 months ago

x=[] for i in range (1,11): y=int(input('enter the number of a list') x.append(y) for i in x: if (i>1): for k in range(2,i//2+1): r=i%k if(r==0): break else: print(i,end=',')

Pankaj Singh 3 years, 10 months ago

int (inpu
http://mycbseguide.com/examin8/

Related Questions

Define packages
  • 0 answers
What is alu
  • 1 answers
Write a program for swapping two numbers?
  • 0 answers
Write a program for swapping two numbers
  • 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