单项选择题

对于表达式"New York".partition(_.isUpper)返回结果正确的是()。

A.("New", "York")
B.("NY", "ew ork")
C.("er ork", "NY")
D.("New York", "NY")