如何在python中定义函数?

时间:2017-12-18 18:44:50

标签: python function

我在python中有一个下面提到的函数:

>>> students=[]

>>> def add_student(name):
...     students.append(name)

如何获取add_student的实际文本?

0 个答案:

没有答案