Data Type Python

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