shell脚本中怎么调用python脚本中的带参函数 我来答 1个回答 #热议# 什么是淋病?哪些行为会感染淋病? 牙齿叮咛0 2017-06-07 · 超过243用户采纳过TA的回答 知道小有建树答主 回答量:461 采纳率:0% 帮助的人:259万 我也去答题访问个人页 关注 展开全部 # python脚本 test.py # coding: utf-8 import sys def print_data(a, b, c): print a, b, c if __name__ == "__main__": print_data(sys.argv[1], sys.argv[2], sys.argv[3]) # shell 脚本 python test.py a b c # 结束 a b c 本回答由提问者推荐 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 广告您可能关注的内容Pyth0n下载地址-中文网站python.lksiwo.cn查看更多python--永久使用python2.tool8888.com查看更多pythonai对话国内入门--直接使用AI--点击体验pythonai对话.2023年Chant对话机器人国内入门,最新AI 4.0模型免注册登录....chat.dangch.cn广告 其他类似问题 2016-08-06 shell脚本中怎么调用python脚本中的带参函数 2017-02-28 shell脚本中怎么调用python脚本中的带参函数 1 2017-08-07 shell脚本中怎么调用python脚本中的带参函数 2017-08-17 python脚本怎样调用python脚本 2017-11-19 shell脚本中怎么调用python脚本中的带参函数 2017-10-30 shell脚本中怎么调用python脚本中的带参函数 1 2013-11-19 python 如何调用带参数的shell脚本 1 2012-01-09 shell 脚本调用python自定义类并传参 更多类似问题 > 为你推荐: