What should I do when this error message appears: "SyntaxError: unindent does not match any outer indentation level"?
I can not declare the else of the variable. Here is a print of the problem and the code:
escada = 'Sim'
if escada == 'Sim':
print('Subir na escada e trocar a lâmpada')
else:
print('Suba na cadeira')