if int(gtin) == barcode[1]:
print "You have ordered", item[1]
**quantity1 = raw_input("Please select a quantity of 100mm bolts")
quantitybolt = int(quantity1)
quantity1 += quantitybolt**
TypeError:cannot concatenate 'str' and 'int' objects. Python
Please help :)