Code Monkey home page Code Monkey logo

python_tests's Introduction

Tests courants

  • fizzbuzz generic avec et sans iterateur
  • card_mask (Masquer les première entrée d'une string, mais pas les 4 derniers)
  • count_voyels (comptage du nombre de voyelles d'une chaine de caractères en minuscule)
  • complementary_dna (depuis une chaine de caractère, inverse A et T ainsi que G et C, et inversement)
  • phone_number_format ([0,1,2,3,4,5,6,7,8,9] ==> (012) 345-6789)
  • morse_code (translate sentence morse code by separate each char and words)
  • persistence bugger (trouver le nombre de persistence correpondantes d'un nombre)
  • sum_multiples_3or5 (return sum of all multiples by 3 or 5 of number)
  • second_tp_hhmmss (return HH:MM:SS from seconds)
  • narcissistic (return if is a narcissistic number)
  • find_pangram (return if sentence pangram)
  • replace_with_alphabet_position
  • sort_odd_only (from a int list, sort odd numbers only, don't move even one's)
  • count_valid_smileys
  • permutations (show all possibles unique permutations)
  • regex_password (6+ alphanumeric, 1+ lowercase, 1+ uppercase, 1+ numeric)
  • zero_trail_factorial (find zeros trailing digit in factorial n)

python_tests's People

Contributors

jerome-diver 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.