override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
let firstPart = URL(string: "https://www.kiva.org/lend/")
let secondPart = loans[indexPath.row].id
let result = firstPart + secondPart
UIApplication.shared.openURL(result as URL)
}
error: Binary operator cannot be applied to two url operands