CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 00:45:29 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=b1d19cc050a00dcf680a5d49ee147f1b73fb871e245837ced27260b703953f2ca%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22IXrWe3vMm6bhbclU7Wr_C4hTwPXzwkv7%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d2931ffb0495be-BLR
# generic_nest_yield.py - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # generic_nest_yield.py
- def nested_loops(ranges, current_depth=0, current_result=[]):
- if current_depth == len(ranges):
- yield current_result
- else:
- for i in ranges[current_depth]:
- yield from nested_loops(ranges, current_depth + 1, current_result + [i])
- ranges = [range(30, 50), range(10, 30, 5), ('x', 'y', 'z')]
- for result in nested_loops(ranges):
- print(result)
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)ββ F
JavaScript | 4 sec ago | 0.25 KB
-
π Crypto Swap Glitch β
Working
JavaScript | 12 sec ago | 0.24 KB
-
ββ
Swapzone Glitch β
Working ββ L
JavaScript | 14 sec ago | 0.25 KB
-
π EASY MONEY GUIDE β
Working
JavaScript | 22 sec ago | 0.24 KB
-
β
Make $2500 in 20 minutesβββ 7
JavaScript | 23 sec ago | 0.25 KB
-
π ChangeNOW Exploit
JavaScript | 31 sec ago | 0.24 KB
-
π Swapzone +37% glitch β 6
JavaScript | 32 sec ago | 0.25 KB
-
π Instant BTC Profit Method β
Working
JavaScript | 41 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand