Flow, Data, and Iteration Sal's Shipping

Hello, I completed the project, but i dont know why, every time I print i get the answers + a None.
Can someone please help?

I’m attaching the code below:

Hey @mauroborgesm!

This happens because you are printing an answer twice, once inside of the function call and again when you call the function. I’d recommend removing one of them or replacing the ones inside the function with return.

Read this stackoverflow questions for more info

1 Like

Thank you so much for your help!

1 Like

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.