What does simulation mean?

A model of the real thing, run on a computer, that behaves closely enough to test programs on. The mat and robot on this page are a simulation of a BugBot.

Also written as: simulator, simulated

In a lesson

Leave out the first and Python stops at the first command with NameError: name 'forward' is not defined: the commands do not exist. Leave out the second and the simulator still runs, because its robot is always there, but a real BugBot has no link to send the commands down. Keep both lines in every program.

Learn it

Used in

and 42 more lessons.

Do the lesson in the simulator

All glossary terms