'o' -> 'or'

pull/47/head
jaredliw 2021-10-02 21:14:56 +08:00
parent c6ed828343
commit c3f55abcc3
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class Solution:
tempnode = nList
# 0
summod = 0
while l1 is not None o l2 is not None:
while l1 is not None or l2 is not None:
# l1l1num0
# 0
l1num = 0 if l1 is None else l1.val