Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mxs = 0
- for s in range(11, 100_000):
- if (s//3) //3 <= 10:
- mxs = max(s, mxs)
- print(mxs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement