Computer Science, asked by ArloAlex, 11 months ago

If x = 2, give the result for Python statement: >>>print(x + 1) 1.2 2.3 3.21 5.Error

Answers

Answered by Anonymous
2

Answer:

output :-

3

code:-

x = 2

print (x +1)

Answered by beingSaRcAsTiC
3

Correct Question::

Give the output:-

\huge\mathcal\color{olive} Answer:-

GIVEN,

x= 2

Print statement =} (x + 1)

=} (2 + 1)

=} 3

Therefore the output is 3

Option 2

Similar questions