• 2022-06-04
    Python语言中,表达式输出结果为11的选项是( )。
    A: print("1+1")
    B: print(1+1)
    C: print(eval("1+1"))
    D: print(eval("1"+"1"))