'''
Created on Sep 6, 2017

@author: Susan
'''

if __name__ == '__main__':
    f = open("hello.txt")
    for line in f:
        print line