Displaying Output with the print Function Flashcards
1
Q
A piece of prewritten code that performs an operation
A
Function
2
Q
Function that displays output on the screen
A
3
Q
When programmers execute a function, they say that they are ___ the function.
A
Calling
4
Q
Data that you want displayed on the screen
A
Argument
5
Q
A sequence of characters that is used as data
A
String
6
Q
When a string appears in the actual code of a program, it is called a ____
A
String lateral
7
Q
Triple quotes can be used to surround ____
A
Multiline strings