填空题

已知函数定义def demo(x,y,op):return eval(str(x)+op+str(y)),那么表达式demo(3,5,’*’)的值为()。

【参考答案】

15