Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Python Expend and Reverse a Generator
HasteBin0
Jul 31st, 2020
2,292
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
gen_reversed
(
sequence:
iter
)
-
>
iter
:
s
=
iter
(
sequence
)
try
:
x
=
next
(
s
)
except
StopIteration
:
return
yield
from
gen_reversed
(
s
)
yield
x
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ 💡 ChangeNOW Profit Exploit 💎 💵
JavaScript | 14 min ago | 0.20 KB
seed
JavaScript | 17 min ago | 0.25 KB
pca_svd
Python | 18 min ago | 0.88 KB
pca powit_3
Python | 28 min ago | 0.98 KB
📌 Free Crypto Method 🔥 🚨
JavaScript | 35 min ago | 0.20 KB
📌 Crypto Swap Glitch ✅ Still works 💎 💵
JavaScript | 55 min ago | 0.20 KB
Soal No. 2
C++ | 58 min ago | 0.42 KB
Al-Maany Dictionaries for Lumetrium Definer
CSS | 1 hour ago | 0.54 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
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!