回到首页
个人中心
反馈问题
注册登录
下载APP
代码
提交代码
def add_student(name, age, city): print(name) print(age) print(city) add_student('tom', 10, 'nanjing')
运行结果