0
In this lesson the answer is else which is not the same for me when I run it in code playground it gives no output
if 1 + 1== 2: if 2 * 2 == 8 print ("if") else print ("else)
1 Réponse
+ 3
that's because there is no else after second if
if 1 + 1== 2: if 2 * 2 == 8 print ("if") else print ("else)