Giter Site home page Giter Site logo

challenge-python-01's Introduction

challenge-python-01 - Palíndromo

Un palíndromo es una palabra o frase que puede leerse igual al derecho y al revés, como "oso", "ana", "amad a la dama", etc.

RETO

Completa la función is_palindrome y corre tu script. La misma debe retornar True en caso de recibir un palíndromo como argumento, o False si se trata de lo contrario. Si recibes el output "Completaste el test" estás listo para hacer un pull request!

Aclaraciones:

  • No modifiques la función validate
  • No necesitas instalar nada ni crear un entorno virtual, ya que todos los módulos que puedes usar vienen en el core de Python
  • Utiliza Python 3 para resolver el reto
  • ¡No leas las soluciones de tus compañeros! Es importante que te retes a ti mismo y pruebes tus habilidades

Pistas

  • No consideres los espacios a la hora de determinar si un string es un palíndromo o no
  • "Ana" es un palíndromo, 'anA' también

Enviar solución

Debes hacer un "Fork" de este proyecto, revolver los problemas y crear un Pull Request hacia este repositorio.

Contribuir

Si alguien quiere agregar o mejorar algo, puede hacerlo directamente en este repositorio: challenge-python-01

Licencia

challenge-python-01 se lanza bajo la licencia MIT.

challenge-python-01's People

Contributors

facmartoni avatar hyfi06 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

challenge-python-01's Issues

Add popular palindrome

In main.py on list PALINDROMES I consider to add the popular palindrome

Before:

PALINDROMES = [
    'Acaso hubo buhos aca',
    'A la catalana banal atacala',
    'Amar da drama',
]

After:

PALINDROMES = [
    'Acaso hubo buhos aca',
    'A la catalana banal atacala',
    'Amar da drama',
    'Anita lava la tina',
]

Thanks is my first Issue report 🗡

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.