Notes
Key Terms
- Software Library: Contains procedures that can be used in the creation of new programs
- Randomization generates a random value between any two numbers.
3.14
- Existing segments of code can come from both internal and external sources.
- The use of libraries simplifies the task of creating complex programs.
- Documentation for a library is necessary in understanding key behaviors
- You can import those libraries such as math.
3.15
- You need to import random to allow a random number generator.
- Randomizing will choose a random value between the specified domains.
- There are many different commands for different imports