How do we know that a conditional is nested inside a function?

Because it's indented two spaces away from the beginning of the functionBecause it comes right after the function definitionWe can't know

Because it's indented two spaces away from the beginning of the function.