If x = 2, give the result for Python statement: >>>print(x + 1) 1.2 2.3 3.21 5.Error
Answers
Answered by
2
Answer:
output :-
3
code:-
x = 2
print (x +1)
Answered by
3
Correct Question::
•Give the output:-
➣ GIVEN,
x= 2
Print statement =} (x + 1)
=} (2 + 1)
=} 3
Therefore the output is 3
• Option 2
Similar questions
CBSE BOARD X,
5 months ago
Hindi,
5 months ago
Psychology,
5 months ago
Math,
11 months ago
Math,
11 months ago
Science,
1 year ago
English,
1 year ago