Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
misingnoglic
Jan 26th, 2012
61
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
calkin
(
n
)
:
L
=
[
(
1
,
1
)
]
for
x
in
range
(
1
,
n+
1
)
:
for
i
in
L:
yield
(
L
[
0
]
+L
[
1
]
,
L
[
1
]
)
yield
(
L
[
0
]
,
L
[
0
]
+L
[
1
]
)
L
=
[
(
x+y
,
y
)
for
(
x
,
y
)
in
L
]
+
[
(
x
,
x+y
)
for
(
x
,
y
)
in
L
]
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
🔥 +10,000$ in 1 Week - METHOD 🔥 🚨⭐
JavaScript | 1 min ago | 0.65 KB
⭐⭐ Instant Money Method ⭐⭐
JavaScript | 1 min ago | 0.67 KB
🚀 ChangeNOW Money Glitch 🚀
JavaScript | 1 min ago | 0.67 KB
🔥🔥 BIG MONEY BY TRUMP⭐ 💵⭐
JavaScript | 3 min ago | 0.65 KB
⭐⭐ INSTANT MONEY EXPLOIT ⭐⭐
JavaScript | 4 min ago | 0.67 KB
🚨 MILLIONAIRES MONEY 🔥💵
JavaScript | 5 min ago | 0.65 KB
🚨🚨 Swapzone +$1,000 Promotion ⭐💵
JavaScript | 6 min ago | 0.65 KB
🚀🚀 INSTANT MONEY ZERO EFFORT
JavaScript | 7 min ago | 0.67 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!