Yuri Spiridonov
Results
1
comments of
Yuri Spiridonov
I tried to submit new code with `.get()` function on LeetCode and faced a **Runtime Error** ``` AttributeError: 'NoneType' object has no attribute 'append' queue[depth+1] = queue.get(depth+1,[]).append(node.right) Line 23 in...