python parallel assignment of 3 variables

后端 未结 0 1369
予麋鹿
予麋鹿 2020-12-01 13:01

My question is from a popular coding test.

Given a chain defined as follows:

class ListNode:
     def __init__(self, x):
         self.val = x
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题