shakespeare / shakespeare.pkl
gkrishnan's picture
Update shakespeare.pkl
1018f06
raw
history blame
146 Bytes
import pickle
github_url = "https://github.com/TheMITTech/shakespeare"
with open('shakespeare.pkl', 'wb') as fp:
pickle.dump(github_url, fp)