Which of the following lines will NOT result in a syntax error?
(1 point)
Responses
print(“Jane”,5)
print(“Jane”,5)
print(“Jane,5)
print(“Jane,5)
print(“Jane” 5)
print(“Jane” 5)
print(Jane”,5)
1 answer
print(“Jane”,5)