Skip to main content

Section 24.8 Chapter Summary

This chapter included the following concepts from computing.
  • simulation - The use of a computer to model or recreate some real-life situation. An important technique for using computers to solve scientific problems as well as to train or entertain users.

Subsection 24.8.1 Summary of Python Keywords and Functions

  • random - The random library provides tools for generating random values. randrange(start, end) is the function it provides to pick a random integer.
You have attempted of activities on this page.