Prepare a txt file that has five lines with three words on each line, separated with a space. write a program that reads the txt file and makes three lists out of it and prints the three lists. the elements of the first list are the first word on each line. the elements of the second list are the second word on each line. the elements of the third list are the third word on each line. each list has five elements. make sure that there are no new line characters in the elements. write this code for python.