name, *other 是讲name_tuple拆成 第一个和其他 如果我想要第N个 和其他呢?比如我知道我知道第N个是age 我想拆成age和其他 但是我不能写age,*other 这样会把tuple里面第一个 bobby读作name 所以有方法吗?
可以这样倒着使用,other不必要非是写在后边