Post

@PythonPr Output D) Error. You forgot the closing parenthesis ) at the end of the print statement. SyntaxError.
English

@PythonPr Option D : Error 😎
Why??👇
SYNTAXERROR:
The closing bracket '(' is missing for print statement.
⭕⭕⭕
English

@PythonPr D. Syntax error since the closing parentheses is missing.
English

@PythonPr Missing Parentheses: Writing print sum(x) / len(x) (This is a syntax error in Python 3, though it worked in Python 2).
English

@PythonPr D) Error is right answer
Because panthessis) is not closed.
If panthessis are closed then still answer is 2.0 not 2. Here Float division operator is used.
English





























