Display a message inside the if statement by indenting the print() statement two spaces away from it.
print()
Make sure to pick print followed by ( and then "Low battery!", ).
print
(
"Low battery!"
)