>>> def testFunc(name):
... print(name)
...
>>> testFunc('python')
python
python函数创建与调用
最新推荐文章于 2024-06-11 13:45:00 发布
>>> def testFunc(name):
... print(name)
...
>>> testFunc('python')
python