2.5.2 + 2.5.3 Select and justify the use of pre-written code provided by the Python programming language | Write code that makes use of user/pre-written code Flashcards
1
Q
Define:
Standard Libraries
A
Contain reusable sections of code (modules) that can be incorporated into other programs/projects
2
Q
Fill The Blank:
Built-in functions are pre-………….. functions with a set of statements. When these statements are combined with other statements or ………, they can perform tasks. This means a …….. does not need to create code to perform a particular ……………. because it can be selected from the available built-in functions.
A
Defined, Code, User, Function