Identify The Type Of Error In The Following Python Codesp Pre #1185
Identify the type of error in the following Python codes?</p> <pre><code class="language-python">Print(“Good Morning”) print(“Good night)</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Exception Handling - Python Exception Handling - Quiz No.4.
Identify the type of error in the following Python codes?
Print(“Good Morning”) print(“Good night)
Syntax, Syntax
Semantic, Syntax
Semantic, Semantic
Syntax, Semantic