2 points
What will be the output of the
following python code?
while i<=5:
j-2
while j<=5:
if (i+1)%2==0
print(i,end='')
else:
print(end=")
j=1+2
O 2 3 4 5
0 3344
O 1234
O 2244
Answers
Answered by
0
Answer:
If you click a picture then it is easy to understand
Similar questions
Environmental Sciences,
4 months ago
Psychology,
4 months ago
Hindi,
4 months ago
Environmental Sciences,
9 months ago
Math,
9 months ago
Math,
1 year ago