Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View elvamoses113692's full-sized avatar

Block or report elvamoses113692

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
elvamoses113692/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @elvamoses113692
  • ๐Ÿ‘€ Iโ€™m interested in ...
  • ๐ŸŒฑ Iโ€™m currently learning ...
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...
  • ๐Ÿ“ซ How to reach me ...
  • ๐Ÿ˜„ Pronouns: ...
  • โšก Fun fact: ...

def fibonacci(n): sequence = [0, 1] while sequence[-1] + sequence[-2] < n: sequence.append(sequence[-1] + sequence[-2]) return sequence

num = int(input("Enter a number: ")) print(f"Fibonacci sequence up to {num}: {fibonacci(num)}")

Popular repositories Loading

  1. elvamoses113692 elvamoses113692 Public

    Config files for my GitHub profile.

  2. espresso-polygon-zkevm-demo espresso-polygon-zkevm-demo Public

    Forked from EspressoSystems/espresso-polygon-zkevm-demo

    Rust

  3. hyperplonk hyperplonk Public

    Forked from EspressoSystems/hyperplonk

    Rust

  4. monad-bft monad-bft Public

    Forked from category-labs/monad-bft

    Rust