Please enable JavaScript to use CodeHS

AP Computer Science Principles in Python

Lesson 7.5 Simulation

Description

We learn what simulations are, how they are used, and we simulate gravity and Conway’s Game of Life.


Objective

Students will be able to:
* Explain how simulations can be used to simulate real-life events.
* Create a basic computer science simulation