which of these lines will NOT result in a syntax error?

A. print(10 "is the result.")

B. print(10, is the result.")

C. print(10, "is the result")

D. print(10, "is the result.")

1 answer

D. print(10, "is the result.")