A.print()B.echo()C.display()D.output()
A.return aB.return a,bC.return [a,b]D.return {a:b}
A.一個值B.多個值C.一個表達(dá)式D.以上都對