j178 / leetgo

Best LeetCode friend for geek. :snowboarder:
MIT License
540 stars 32 forks source link

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

Closed JesseGuerrero closed 10 months ago

JesseGuerrero commented 10 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 10 months ago

Thanks for the report!