Post

Python Programming
Python Programming@PythonPr·
Python Question / Quiz; What is the output of the following Python code, and why? Comment your answers below!
Python Programming tweet media
English
37
6
76
7.7K
Kamal Gurjar
Kamal Gurjar@KamalGurjar8·
@PythonPr Output D) Error. You forgot the closing parenthesis ) at the end of the print statement. SyntaxError.
English
0
0
5
541
PyBerry Tech 🐍🍓
PyBerry Tech 🐍🍓@PyBerryTech·
@PythonPr Option D : Error 😎 Why??👇 SYNTAXERROR: The closing bracket '(' is missing for print statement. ⭕⭕⭕
English
0
0
4
479
𐌌ƗKΣL
𐌌ƗKΣL@1AmOld5hool·
@PythonPr Error. Sintaxis error: missing closing bracket.
English
0
0
2
350
Ranjan
Ranjan@Ranjanrgdev·
@PythonPr Error. Parentheses not closed for print statement.
English
0
0
2
226
Jimmy Fikes
Jimmy Fikes@akajim·
@PythonPr D. Syntax error since the closing parentheses is missing.
English
0
0
1
109
EVY TECHNO
EVY TECHNO@EvyTechno·
@PythonPr Missing Parentheses: Writing print sum(x) / len(x) (This is a syntax error in Python 3, though it worked in Python 2).
English
0
0
0
183
Python Tech
Python Tech@PythonTech43716·
@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
0
0
0
44
Lupacy Dan
Lupacy Dan@d_lupacy·
@PythonPr @grok what would have been the answer if there would be a a closing parenthesis
English
1
0
0
224
Paylaş