• 2021-04-14
    【单选题】Python语言中,以下表达式输出结果为11的选项是:
    A. print(eval("1"+"1")) B. print(eval("1")+eval("1")) C. print(1+1) D. print(eval("1+1"))