What statement about the print() function is true?
print() has a variable number of parameters.
print() can have only one parameter.
print() can be used to obtain values from the keyboard.
print() does not automatically add a line break to the display.