`while current_node != None:` and `while current_node:` Which is more cleaner? Also, some types need to be correct on the doc
while current_node != None:and
while current_node:Which is more cleaner?
Also, some types need to be correct on the doc