Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Apr 30th, 2011
155
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
fib
(
n
)
:
if
n
<=
2
:
return
1
else
:
return
(
fib
(
n-
1
)
+fib
(
n-
2
)
)
list
=
fib
(
35
)
print
(
list
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $2500 IN 15 MIN
JavaScript | 4 sec ago | 0.25 KB
✅ Profit Method
JavaScript | 4 sec ago | 0.25 KB
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐⭐
Java | 6 sec ago | 0.06 KB
✅ Make $2500 in 20 minutes
JavaScript | 15 sec ago | 0.25 KB
✅ Make $2500 in 20 minutes
JavaScript | 15 sec ago | 0.25 KB
⭐⭐⭐Crypto Accounts⭐⭐⭐
Java | 17 sec ago | 0.06 KB
⭐⭐⭐Crypto Accounts⭐⭐⭐
Java | 25 sec ago | 0.06 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 27 sec ago | 0.25 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!