Skip to main content
Contents Index
Search Book
Search Results:
No results.
Read aloud
Readability settings Prev Up Next Scratch ActiveCode Profile
title here
\(
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
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.