Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~271 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Jburton881

Im working on python and I need to write a program to see if a number N is prime. I also need it to be able to check whether the number is even, and then, check whether the number is divisible by an odd number between 3 and &radic&N. Im …

Member Avatar for TrustyTony
0
106
Member Avatar for Jburton881

I cant seem to figure this out. I need to write a while loop to output the numbers from 1 to 10, but no matter what I put it will not run. Here is what I have been stuck on: a = 0 while a < 10 : a += …

Member Avatar for JoshuaBurleson
0
165