单项选择题

在Python中,如果你想要从一个函数中返回多个值,你应该使用哪种方式?()

A.return a
B.return a,b
C.return [a,b]
D.return {a:b}