When you use the print() statement to automatically concatenate multiple parameters together, which of the following statements is true?

Select one:

a.
A space will be automatically added to separate each part within the output string

b.
No spaces will be added to separate the parts within the output string

c.
Only the first parameter will be present in the output string

d.
The resulting string must be less than 128 characters in length

a. A space will be automatically added to separate each part within the output string