This python code showing this invalid syntax (, line 16) pylint(syntax-error)[15,10] here error showing at semicolon(:)
for record in colleges:
obj.writerow([record['collegeId'], record['collegeName'], record['courseType'], record['city'], record['fees'], record['pinCode']])