Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en Python

Lesson 5.9 Retos básicos de Python y gráficos

Description

¡Utiliza tus conocimientos de Python básico para crear algunos programas divertidos! Los alumnos crearán sus propios dibujos Fantasma de Pac-Man, un Juego de Adivinanzas y un dibujo de su propia elección. Esto permitirá a los alumnos ser creativos con su código para demostrar lo que han aprendido.


Objective

Students will be able to…

  • Synthesize the skills and concepts from the Python and Graphics, Python Control Structures, and the Functions and Parameters units to solve increasingly difficult programming challenges
  • Break down a large problem into smaller parts using Top Down Design, and solve each of these smaller parts using functions
  • Create helpful comments with preconditions and postconditions to help the reader understand the code
  • Find and fix bugs in large programs