當乙個exe檔案執行時,它會列印出一些東西。我試著在下面的一些數字上執行這個,然後列印出第54行(=blah)。它說流程沒有定義,我真的不確定如何解決這個問題,讓我想要的列印到螢幕上。如果有人可以發布一些**或方法來解決這個問題,非常感謝!在for j in ('90','52.62263','26.5651','10.8123'):
if j == '90':
k = ('0',)
elif j == '52.62263':
k = ('0', '72', '144', '216', '288')
elif j == '26.5651':
k = (' 324', ' 36', ' 108', ' 180', ' 252')
else:
k = (' 288', ' 0', ' 72', ' 144', ' 216')
for b in k:
outputstring = process.communicate()[0]
outputlist = outputstring.splitlines()
blah = outputlist[53]
cmd = ' -j ' + str(j) + ' -b ' + str(b) + ' blah '
process = popen(cmd, shell=true, stderr=stdout, stdout=pipe)
print cmd
我試圖列印出例如:
-j90-az 0(那麼blah包含什麼)blah是第54行。第54行列印出很多資訊。主要是文字。我想把第54行的內容列印出來
-j 90-az 0
@羅比:39號線
^$索引器錯誤:列表索引超出範圍
@又是羅比。謝謝你的幫助,也對不起那些麻煩的傢伙。。。在
我甚至嘗試過輸入outputlist[2],但它給出了相同的錯誤:/
ecilipes配置python Python示例
python sdk示例 下面為您提供 coding utf 8 this file is auto generated,don t edit it.thanks.import sys from tea.core import teacore from alibabacloud ims2019081...
語句 switch語句
switch語句的特點如下 1 switch x 被選擇的內容 即x 只能是byte,short,int,char這四種型別 2 備選答案並沒有指定的順序,但是執行肯定是從第乙個case開始的,如果其中有匹配的case,執行完,通過該case的break就結束了switch。如果沒有匹配的case,...
Python while語句,for語句
usr bin python coding utf 8 filename whiletest.py num 23running true while running i int raw input input a number if i num print right running false e...