shell調用python函數

一、python腳本 #!/usr/bin/env python #-*- coding:utf-8 -*- #scriptname:test.py def get_foo(): return "foo" def get_bar(): return "bar" 二、調用 1、通過shell調用裏面的get_foo,只需要在shell中執行一個調用的命令行即可 python -c
相關文章
相關標籤/搜索