if robotwalk <= 1 or robotwalk >= 8:
robotfall +=1
print"robotfalltrue"
robotwalk=3.5
robotlist =robotlist.append( robotsteps )
robotsteps=0
print robotlist
my question is is that how do fix this: i keep getting an error. robotlist =robotlist.append( robotsteps ). robot list has been defined as robotlist=[]
error: AttributeError: 'NoneType' object has no attribute 'append'