File size: 146 Bytes
1018f06
 
 
 
 
 
1
2
3
4
5
6
import pickle

github_url = "https://github.com/TheMITTech/shakespeare"

with open('shakespeare.pkl', 'wb') as fp:
    pickle.dump(github_url, fp)