摘要: 1.定义了一个需要两个参数的函数 def print_str(first, second): print first print second if __name__ == "__main__": print_str("hello", "world") 如果传一个参数调用,print_str("he 阅读全文
posted @ 2019-09-27 18:23 USTC丶ZCC 阅读(2094) 评论(0) 推荐(0) 编辑