Examveda

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

A. Syntax, Syntax

B. Semantic, Syntax

C. Semantic, Semantic

D. Syntax, Semantic

Answer: Option B


This Question Belongs to Python Program >> Exception Handling In Python

Join The Discussion

Related Questions on Exception Handling in Python