+ 1
What will be the output ?
if 1+1 == 2: if 2*2 == 8: print("if") else: print("else")
4 Answers
+ 3
The output will depend on the level of indentation of the else-part, so check the indentation again
+ 2
Why not run the code and check it yourself?
0
In the practice Q the output shown is "else"
But, while run in the compiler it shows "no output"
quite confusing đ€đ€..
0
The output is else