首页题库练习题目详情
Python程序设计单选题中等

下列Python代码中,函数返回的值为? def add(a, b): return a + b print(add(2, 3))

A5
B2 + 3
CNone
D2, 3