Question

Which of the following lines will NOT result in a syntax error?
A. print ("Jane" ,5)
B. print ("Jane", 5)
C. print ("Jane", 5)
D. print (Jane", 5)

Answers

GPT 3.5
B. print ("Jane", 5)

Related Questions