hi,
i want to know what is wrong about line no.7 & 8 . in the code below pleasse give an alternate method to im oplement this[CODE=python]
for j in c:
for x in range(0,15,1):
try:
print "try1", ,j.contents
y=x*2
print y
print j.contents[y]
cusine[x]=j.contents[y]
print "try"
except:
try:
print cusine
except:
print "er"[/CODE]
i want to know what is wrong about line no.7 & 8 . in the code below pleasse give an alternate method to im oplement this[CODE=python]
for j in c:
for x in range(0,15,1):
try:
print "try1", ,j.contents
y=x*2
print y
print j.contents[y]
cusine[x]=j.contents[y]
print "try"
except:
try:
print cusine
except:
print "er"[/CODE]
Comment