Which of the following two statements about the print() function are true?

Select one:

a.
print() with a single string parameter will display the exact string that you pass in

b.
Neither of these is true

c.
Both of these are true

d.
print() with multiple parameters will automatically convert all values to strings and join them together with a space

c. Both of these are true