以下代码将给定的函数参数转换为小写。
#program to print lowercase of the list of function arguments import inspect def foo(ARG1, ARG2): pass list1 = inspect.getargspec(foo)[0] list1 =[item.lower() for item in list1] print list1
输出结果
['arg1', 'arg2']
友情链接: json在线解析 通晓查询 糯晒黄历 姓名打分