• 2022-06-11
    下列语句中,___________是不正确的Python语句。
    A: "I can add integers, like " + str(5) + " to strings."
    B: "I said " + ("Hey " * 2) + "Hey!"
    C: "The correct answer to this multiple choice exercise is answer number " + 2
    D: True + False