gkrishnan commited on
Commit
1018f06
1 Parent(s): 1ba45b1

Update shakespeare.pkl

Browse files
Files changed (1) hide show
  1. shakespeare.pkl +6 -0
shakespeare.pkl CHANGED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import pickle
2
+
3
+ github_url = "https://github.com/TheMITTech/shakespeare"
4
+
5
+ with open('shakespeare.pkl', 'wb') as fp:
6
+ pickle.dump(github_url, fp)