我需要根据用户输入执行以下函数:
如果
X=0
,则应URL ....Print('Success
将行中的内容写入文件并另存为test.py
.
在后端,Test.py
任务调度程序会自动从保存的位置获取保存的文件 ( ) 并定期运行。
是的,我们有很多例子来编写一个文件/从另一个文件运行 python,但无法从另一个文件编写 python 脚本。
我肯定缺少一些基本步骤。
if x=0:
### Need to write below content to a file & save as test.py######
URL = "https://.../login"
headers = {"Content-Type":"application/json"}
params = {
"userName":"xx",
"password":"yy"
}
resp = requests.post(URL, headers = headers, data=json.dumps(params))
if resp.status_code != 200:
print('fail')
else:
print('Success')]
else:
### Need to write below content to a file ######
URL = "https://.../login"
headers = {"Content-Type":"application/json"}
params = {
"userName":"RR",
"password":"TT"
}
resp = requests.post(URL, headers = headers, data=json.dumps(params))
if resp.status_code != 200:
print('fail')
else:
print('Success')
红颜莎娜
繁星点点滴滴
慕田峪7331174
相关分类