Ask
your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW)
22 Online
I'm doing the intro to programming/python, if anyone else is running through it and would like to share some code/examples/problem, my email is snibor.ds@gmail.com Thanks
Still Need Help?
Join the QuestionCove community and study together with friends!
I think this works: ps1.py def isPrime(n): # this is a function created by me ri = 2 rf = n / 2 isPrim = 1 # yes for b in range(ri, rf+1): mod = n % b if mod == 0: isPrim = 0 # no return isPrim x = 2 lastPrime = 0 numbPrime = 1000 while lastPrime < numbPrime: # range from 0 to 999, i.e. 1000 if isPrime(x): # call function isPrime() print x lastPrime = lastPrime + 1 x = x + 1 Try: c:\Python27\ps1.py > ps1.txt to see the results in a .txt file.
Can't find your answer?
Make a FREE account and ask your own questions, OR help others and earn volunteer hours!
Join our real-time social learning platform and learn together with your friends!
Join our real-time social learning platform and learn together with your friends!
Latest Questions
Subshilava:
I have an issue my mom bought me a 3d cat mold from tj maxx and everytime I fill
1UPSA:
CAN YALL RATE MY SONG https://www.youtube.com/watch?v=b9QtAeJPeOM&list=RDMMnhCC1y
ShikuniShigana:
Alright so. I need some art ideas, or Drawing design ideas for this Character im doing, He's Kinda like based off Vita Carnis+Shefki Shin+Death Angel(From Q
gelphielvr:
hello :] I have to make a model for my biology class for either topic "evolution"
SnowyBreaks:
Question for the staff here, Could you possibly change my name. I'll dm the name
SsTDOGRednek:
Could someone read my essay and give me some criticism?
Yosad930:
still speed studying for dual enrollment macroeconomics, and a few quick question
gelphielvr:
I have a presentation to do In Front of like 50 people does anyone have any tips
4 hours ago
14 Replies
1 Medal
9 hours ago
3 Replies
0 Medals
11 hours ago
16 Replies
2 Medals
13 hours ago
15 Replies
2 Medals
1 day ago
2 Replies
0 Medals
9 hours ago
39 Replies
4 Medals
1 day ago
5 Replies
1 Medal
1 day ago
6 Replies
1 Medal