Computer Science, asked by muskanbarnwal2004, 9 months ago

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 ds6205258gmailcom
0

Answer:

If you click a picture then it is easy to understand

Similar questions