Code Monkey home page Code Monkey logo

eduper1 / collatz_sequence Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1 KB

A graphic that visualize Collatz sequence. The Collatz conjecture is a conjecture in mathematics that concerns sequences defined as follows: start with any positive integer n. Then each term is obtained from the previous term as follows: if the previous term is even, the next term is one half of the previous term.

Python 100.00%
collatz-conjecture collatz-sequences python

collatz_sequence's Introduction

๐Ÿ‘‹ Hi there! I am ** Mohamed **

I'm currently:

  • ๐Ÿ”ญ Working on open source projects
  • ๐ŸŒฑ Sharpening my Python skills
  • Learnig Java
  • ๐Ÿ‘ฏ Looking to collaborate on open source projects

๐Ÿ’ฌ Ask me about Python, Django, HTML, CSS, Java, JavaScript, and React.

๐Ÿ“ซ Reach me on Twitter: @sirus_click


My Links


OOP Code Snippet

class Intro:
    def __init__(self, name: str, gender: str, role: str, hobby: str):
        self.name = name
        self.gender = gender
        self.__role = role
        self.hobby = hobby

    def hi(self):
        return f'Hi! I am {self.name}, a {self.__role}. I speak: English, Swahili, Somali & Arabic. I like science, computer, and {self.hobby}'

me = Intro('Mohamed', 'M', 'Programmer and ICT', 'robotics(Battlebot channel)')
print(me.hi())

Statistics

GitHub Stats

Profile Views

Twitter Follow


Languages and Tools

Top Languages

css3 django git html5 javascript linux python sass sqlite

Support:

eduper1

Feel free to connect and collaborate! ๐Ÿš€

collatz_sequence's People

Contributors

eduper1 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.