Advertisement
w31c0m32h311

6ex

Jun 17th, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. for i in range(1,100000):
  2.     s = i
  3.     n = 11
  4.     while s < 224:
  5.         s = s + 15
  6.         n = n + 8
  7.     if n == 115:
  8.         print(i)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement