Resolve Python Printing None in Output with Visual Studio Code on Mac - DevPops-Inc/python GitHub Wiki
• The following resolution is for if Python prints None
in output.
•
• Scroll in your editor until you find the print function that’s printing the output.
•
• Delete the print function wrapping the method so only the method remains.
•
• Press the run button.
•
• None
won’t print in the output this time.
•