# currLocation doesn't use the updated variable.

for x in inputList:

        currCalc.append(x)
        currCalc2 = ''.join(currCalc)
        currLocation = mapLocation(mapInput(currCalc2))#mapInput(currCalc2))

# I tried printing currCalc2, it updates like it should. But currLocation
doesn't use the updated currCalc2. Hoewer it does work if I input a string
without the currLocation variable.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to