Fibonada.py

gregsadetsky2 pts0 comments

fibonacci sequence but more secret · GitHub

/" data-turbo-transient="true" />

Skip to content

-->

Search Gists

Search Gists

Sign in

Sign up

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

Instantly share code, notes, and snippets.

gregsadetsky/fibonada.py

Created<br>August 12, 2026 18:29

Show Gist options

Download ZIP

Star

(0)

You must be signed in to star a gist

Fork

(0)

You must be signed in to fork a gist

Embed

Select an option

Embed<br>Embed this gist in your website.

Share<br>Copy sharable link for this gist.

Clone via HTTPS<br>Clone using the web URL.

No results found

Learn more about clone URLs

Clone this repository at &lt;script src=&quot;https://gist.github.com/gregsadetsky/cdf5a52542cf3ba4c92bc836df6dc722.js&quot;&gt;&lt;/script&gt;

" readonly="readonly" data-autoselect="true" data-target="primer-text-field.inputElement " aria-describedby="validation-7fa7345e-153e-4021-be71-123529b31c88" class="form-control FormControl-monospace FormControl-input FormControl-small rounded-left-0 rounded-right-0 border-right-0" type="text" name="gist-share-url-sized-down" />

Save gregsadetsky/cdf5a52542cf3ba4c92bc836df6dc722 to your computer and use it in GitHub Desktop.

Embed

Select an option

Embed<br>Embed this gist in your website.

Share<br>Copy sharable link for this gist.

Clone via HTTPS<br>Clone using the web URL.

No results found

Learn more about clone URLs

Clone this repository at &lt;script src=&quot;https://gist.github.com/gregsadetsky/cdf5a52542cf3ba4c92bc836df6dc722.js&quot;&gt;&lt;/script&gt;

" readonly="readonly" data-autoselect="true" data-target="primer-text-field.inputElement " aria-describedby="validation-37d5b956-d74d-4e4e-8bef-6912da092744" class="form-control FormControl-monospace FormControl-input FormControl-small rounded-left-0 rounded-right-0 border-right-0" type="text" name="gist-share-url-original" />

Save gregsadetsky/cdf5a52542cf3ba4c92bc836df6dc722 to your computer and use it in GitHub Desktop.

Download ZIP

fibonacci sequence but more secret

Raw

fibonada.py

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.<br>Learn more about bidirectional Unicode characters

Show hidden characters

# this actually prints the fibo sequence for 10 items - download and run.

ᅟ, ᅠ = 0, 1

for ᅟᅠ in range(10):

print(ᅟ)

ᅟ, ᅠ = ᅠ, ᅟ + ᅠ

gregsadetsky

commented

Aug 12, 2026

Copy link

" data-view-component="true" class="dropdown-item btn-link">

Copy Markdown

Author

-->

Sorry, something went wrong.

Uh oh!

There was an error while loading. Please reload this page.

gregsadetsky

commented

Aug 12, 2026

Copy link

" data-view-component="true" class="dropdown-item btn-link">

Copy Markdown

Author

-->

Sorry, something went wrong.

Uh oh!

There was an error while loading. Please reload this page.

Sign up for free<br>to join this conversation on GitHub .<br>Already have an account?<br>Sign in to comment

You can’t perform that action at this time.

gist clone data gregsadetsky github embed

Related Articles