Vidyalelo
Python · Q27

Exception Handling in Python

Programming · Python · question 27

Q27

Identify the type of error in the following Python codes? Print(“Good Morning”) print(“Good night)

A.
Syntax, Syntax
B.
Semantic, Syntax
Answer
C.
Semantic, Semantic
D.
Syntax, Semantic

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board