Computer Science, asked by nafisha78654, 4 months ago

SECTION A
) Would expressions 3**1**3 and 3*1*3 evaluate to same result 7 (True Falset
) Which type of error occurs when you execute the following code fogo
(b) NameError c) ValueError Typer
(a) Syntax Error
[For your reference:
SyntaxError : Occurs when some Python language rules are violated
NameError : Occurs when Python tries to use a variable or function e
which is not defined before.
ValueError : Occurs when the content of the object being assigned is to
required data type
TypeError : Occurs when there is attempt to call a function or use an operator
on something of the incorrect type]
(1) >>> 1 = 6
>>>'abc' + 4 - 4​

Answers

Answered by sp0228113
0

Answer:

I can't understand....this☹️☹️

Similar questions