How do we know that print("Low battery") is not inside the if statement?

Because of its indentationBecause the if statement can't have more lines in its code block

Because of its indentation.