71.6k views
0 votes
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.

1 Answer

5 votes

Step-by-step explanation:

print() has a variable number of parameters. this is the answer.

hope this helps you

have a nice day

User Matt Schubert
by
4.3k points