#!/usr/bin/env python3
#
hnd=open("numdata.txt","r")
num=hnd.readlines()
print(num)
hnd.close()
