Advertisement
Guest User

programaN03V01.py

a guest
Mar 18th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. #!/usr/bin/env python3
  2. # -*- coding: utf-8 -*-
  3. """
  4. Created on Mon Mar 18 01:01:30 2019
  5.  
  6. @author: jhongesell
  7. """
  8.  
  9. file = open("arreglo_N01.txt", "r")
  10. infile=file.readlines()
  11. print(infile)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement