Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agregar Ejercicios de Operadores de Comparación #6

Open
ELC opened this issue Feb 20, 2021 · 1 comment
Open

Agregar Ejercicios de Operadores de Comparación #6

ELC opened this issue Feb 20, 2021 · 1 comment
Assignees

Comments

@ELC
Copy link
Owner

ELC commented Feb 20, 2021

Referencia:

https://github.com/ELC/python-tutorial/blob/es/chapter1.py#L64-L81

Ya hay un ejercicio de este tema

https://github.com/ELC/TUPPython/blob/master/practico_01/ejercicio_02.py#L4-L22

Pero ese es muy básico y no cubre todos los casos (Cortocircuito, Longitud indefinida y Combinada)

De los casos mencionados arriba, tendría que haber un ejercicio de cada uno, y del resto yo diría uno para ==, !=, >= y <=. Ignoraríamos > y < porque se pueden deducir de los otros.

@ELC ELC added this to the Diseñar Práctica Inicial milestone Feb 20, 2021
@ELC ELC changed the title Agregar Ejercicio de Operadores de Comparación Agregar Ejercicios de Operadores de Comparación Feb 20, 2021
@pablobots
Copy link
Collaborator

@ELC en el ejercicio de referencia https://github.com/ELC/TUPPython/blob/master/practico_01/ejercicio_02.py#L4-L22 la restricción debería ser "Restricción: Utilizar UNICAMENTE tres IFs encadenados y comparaciones combinadas." ?
Si es asi los IFs encadenados deberían serguir la estructura if ... elif ... else ... ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants