Guest User

Untitled

a guest
Dec 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. string = "I'm a lumberjack and I'm OK I sleep all night and I work all day, He's a lumberjack and he's OK, He sleeps all night and he works all day etc etc"
  2.  
  3. file = open("string.txt", "r")
  4. string = file.read()
Add Comment
Please, Sign In to add comment