In [1]:
import sqlite3
In [2]:
f = open('data/CollegeData.sql','r')
In [4]:
sql = f.read() # watch out for built-in `str`
sql
Out[4]:
In [ ]: