I Have the code:
self.bussTrack = Label(self.frame, text="Buss left:", self.buss, height=1, width=2, font = ("Arial",36))
self.bussTrack.pack()
The problem is with the text="Buss left:", self.buss bit where I am combining a string and a initialiser variable & python does not allow me to go ahead.
Can somebody help me point the error that print Black