私はPythonプログラミングの初心者です。次のプログラムを書きましたが、思い通りに実行されません。コードは次のとおりです。
b=0
x=0
while b<=10:
print 'here is the outer loop\n',b,
while x<=15:
k=p[x]
print'here is the inner loop\n',x,
x=x+1
b=b+1
誰かが私を助けることができますか?? 本当に感謝します!よろしく、ギラーニ