通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
已知函数定义def demo(x,y,op): return eval(str(x)+op+str(y)),那么表达式demo(3,5,'+')的值为_____________。