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

以下哪项函数定义是正确的?

Adef add(a, b):
Bdef add a, b:
Cfunction add(a, b):
Ddef add(a, b) {