• 2022-06-12
    10.下列Python语句中输出结果为3的选项是( )。
    A: print("1+2")
    B: print("1"+"2")
    C: print(eval("1+2"))
    D: print(eval("1" + "2"))