Please enable JavaScript to use CodeHS

Utah Introducción a Python 1 y 2

Lesson 7.5 Cuestionario Toma de decisiones

Description

En esta lección, los alumnos repasan los contenidos con un Cuestionario de Fin de Unidad de 10 preguntas.


Objective

Students will be able to:

  • Prove their knowledge of the following commands and concepts through a multiple choice quiz:
    • If Statements
    • Comparison String Methods
      • isalpha
      • isdigit/isnumeric
      • isupper
      • islower
      • startswith
      • endswith
    • If/Else Statements
      • With and without elif
    • in keyword
    • Using return in functions
    • While Loops
      • With and without break

Activities

These are all the activities included in the lesson

7.5.1 Cuestionario Toma de decisiones