mikeudacity / robo-pace-betatest

0 stars 0 forks source link

crl L03E16 #142

Open zenetio opened 7 years ago

zenetio commented 7 years ago

I tried to use the printInfo() function and got an error about variable not defined. I think the correct printInfo() should be

print "(%i, %i, %c)"%(self.x, self.y, self.orientation)

note also %c instead of %char