试题详情

在Python语言中,以下表达式的值为True有(        )。

A "pu" in "Gdpu"

B len("\\\t\n")==len("A\101\x41")

C "ABC\\n"==r"ABC\n"

D len("12"*3)==6