Advertisement
Guest User

arquivo

a guest
Apr 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3.  
  4. arquivo = open('casmurro.txt').read().split('\n')
  5. for i in arquivo:
  6. print i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement