This blog contains my work about anything.
for i in range (2,200): prime = True for j in range (2,i): if i%j==0: prime=False if prime==True: print i
No comments:
Post a Comment