Coder Social home page Coder Social logo

4-four's Introduction

4-four

Thanks to the wonderful mathematic explanation of Matt Parker in the video where he explained that the number 4 is the only number that has the same number of letters as its value in some languages, such as DE, NL and EN.

"4 is is a fixed point, it doesn't go anywhere. It maps to itself."
- Matt Parker

Matt explained that no matter what number you would take, it would always end up at the number 4. So I wrote a script that uses his logic from the video in a function that shows the output of the sequence to test wether it is true or not.

NOTE: Only [a-zA-Z] are taken into account when counting the characters. Any other character is ignored.

Example run:

$ ./four.py 847193 en
==============================
STARTING SEQUENCE
starting number => 847.193
==============================
847.193 => eight hundred and forty-seven thousand, one hundred and ninety-three => 57
57 => fifty-seven => 10
10 => ten => 3
3 => three => 5
5 => five => 4
==============================

Getting started

$ git clone https://github.com/kkoomen/4-four.git
$ cd 4-four
$ pip3 install virtualenv
$ virtualenv .
$ source bin/activate
$ pip3 install -r requirements.txt

4-four's People

Contributors

kkoomen avatar

Watchers

 avatar  avatar  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.