Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
фиббоначи без рекурсии
nq1s788
Nov 8th, 2025
147
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.11 KB
| None
|
0
0
raw
download
clone
embed
print
report
n
=
int
(
input
(
)
)
f
=
[
0
]
* n
f
[
0
]
=
1
f
[
1
]
=
1
for
i
in
range
(
2
,
n
)
:
f
[
i
]
=
f
[
i -
1
]
+ f
[
i -
2
]
print
(
*f
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
🎯🎯 NEW METHOD 2025 WORKING
JavaScript | 2 sec ago | 0.25 KB
🔥🔥 BIG MONEY BY TRUMP⭐ ⭐🚨
JavaScript | 15 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!