def getQuantity(quantity): quantity = string.replace(string.upper(quantity),'K','000') quantity = int(quantity) return quantity