Python for GCSE

6.2: be able to write code that uses user-written and pre-existing (built- in, library) subprograms

Keywords:
Sub programs
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
library sub programa procedure or function that can be used by importing a module (e.g. random.randint or time.sleep)
predefined sub programa procedure or function that is built into the programming language (e.g. max, min, input or print)
user defined subprograma procedure or function that the user has written themselves
Keyword games:
Resources: