How many lines of output will be shown from the following code?

print("Line 1", end = " ")
print("Line 2")
print("Line 3", end = " ")

Select one:

a.
1

b.
2

c.
0

d.
3

d. 3