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:
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
Thank you so much for your help!
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.