Convert String to integer (int)
car = "123" car = int(car) rent = int("12") total = car + rent print "\nGrand Total: ", total