Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Fibonacci em python
FelipeNeto2
Jun 26th, 2019
212
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
a
=
0
b
=
1
c
=
0
while
(
b
<
1000
)
:
print
(
b
)
b
=
b+a
a
=
b-a
c
=
c+
1
if
(
b
==
0
)
:
b
=
b+
1
print
(
'
\n
\n
{} '
.
format
(
c
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 1 sec ago | 0.25 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 3 sec ago | 0.06 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 6 sec ago | 0.06 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐⭐
Java | 8 sec ago | 0.06 KB
⭐ Trading Profit Method ⭐
JavaScript | 11 sec ago | 0.25 KB
Free Crypto Method ✅ NEVER SEEN BEFORE
JavaScript | 13 sec ago | 0.25 KB
⭐⭐⭐Free Giftcards Method⭐⭐⭐
Java | 17 sec ago | 0.06 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 19 sec ago | 0.06 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!