Build an Email Simulator - Step 32

def read_email(self, index):

if not self.emails:

    print("Inbox is empty.\\n")

    return

Hi All,
I am struggling with step 32. I have reviewed code may times and could not find out what happened. I am really apricated if any one can give me feedback so I can move on.

Thanks,
Seakleng

Hi.

Can you link to the url of the step you are doing.

Thanks.

Hi a1legalfreelance,

Thank you for the help. I just fix that. It was indentation error.

1 Like