单项选择题

Python中,以下哪个语句用于遍历字典的键?()

A.for key in dict
B.for key in dict.keys()
C.for key in dict.values()
D.for key in dict.items()