Advertisement
nq1s788

14

Feb 21st, 2024
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. for x in range(10):
  2.     if (2 * 12**3 + 10 * 12**2 + 11*12 + x + x * 17**2 + 8 * 17 + 14) % 27 == 0:
  3.         print(x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement