A named code action that can be used in a program.
What is a function?
A collection of code from outside the program.
What is a library?
A value that is not in a variable.
What is a literal?
Containers for storing data values.
What is a variable?
A hashtag (#).
Which symbol does a comment start with?
A command that runs the code inside a function.
What is a function call?
This is contained within a library.
What is pre-written code functions?
The category of a value.
What is a data type?
What is an increment?
Containers for storing data values.
What is a variable?
Information that a function needs to know in order to run.
What is an argument?
In this function call, books.page(), books is the . . .
What is the library?
12
What is an iteger?
A piece of code that produces a value.
What is an expression?
The command to get the user to response.
What is input?
This is placed between the library and function name in a function call.
What is a dot operator?
What is an argument?
12.5
What is a float?
Information given back by a function.
What is a return value?
print(Hello World) Error
What is a syntax error?
Allows the program to use code from inside a library.
What is import?
Math and random
What are common Python libraries?
str(num)
What is typecasting?
"Hello " + name + " , how are you?"
What is string concatenation?
.py