Advertisement
juxtapositions

Untitled

Dec 29th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. for A in range(1,3000):
  2.     f=0
  3.     for x in range(1,3000):
  4.         if (((x%36==0)and(x%42==0)<=(x%A==0))and((A*(A-25))<(25*(A+200))))==0:
  5.             f=1
  6.     if f==0:
  7.         print(A)
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement