Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
фиббоначи
nq1s788
Nov 8th, 2025
155
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.10 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
f
(
x
)
:
if
x
==
1
or
x
==
2
:
return
1
return
f
(
x -
1
)
+ f
(
x -
2
)
print
(
f
(
5
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
🎯🎯 NEW METHOD 2025 WORKING
JavaScript | 3 sec ago | 0.25 KB
🔥🔥 BIG MONEY BY TRUMP⭐ ⭐🚨
JavaScript | 16 sec ago | 0.17 KB
⚡ $15,000 MONTHLY INCOME METHOD
Java | 1 min ago | 0.17 KB
📌📌 Swapzone Glitch 2000/15MIN ⭐🚨 💵🚨
JavaScript | 2 min ago | 0.17 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 2 min ago | 0.26 KB
🚀 INSTANT PAYOUT METHOD 💵 | $2,500 IN 20 MIN...
Java | 2 min ago | 0.17 KB
💎 2OOO$ 15 MIN INSANE METHOD ⭐✅
Java | 3 min ago | 0.17 KB
🚨 MILLIONAIRES MONEY 🚨✅
JavaScript | 4 min ago | 0.17 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!