def get(): ... ... return x,y,z a,b,c = get()
我不需要 b,c 有没有办法忽略它们(比如“不关心”)
python tuples return-value
python ×1
return-value ×1
tuples ×1