Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3.1 Python Coding: Write code to print every other prime number between 1 and 100 to your screen. ---- I am currently able to print

3.1 Python Coding: Write code to print every other prime number between 1 and 100 to your screen.

----

I am currently able to print every prime number between 1 and 100. I need help figuring out how to print EVERY OTHER prime number between 1 and 100. For example, out put for every prime number would be: 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97. I need to be able to output EVERY OTHER prime number which would be this instead: 2 5 11 17 23 31 41 47 59 67 73 83 97

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions