j178 / leetgo

Best LeetCode friend for geek. :snowboarder:
MIT License
527 stars 33 forks source link

[Bug] Local testing for python doesnt take None type #265

Closed JesseGuerrero closed 6 months ago

JesseGuerrero commented 6 months ago

leetgo debug

NA

Debug log

NA

Description

image I returned a None type and it doesnt parse through it in parse.py for ListNode type questions.

To replicate this, try to return None in merge-two-sorted-lists

j178 commented 6 months ago

Thanks for the report!