The input consists of four lines, with each line containing a single element. Use these four elements to create an array. Then select the elements that are greater than or equal to 45. Print the resulting array.
Tip: Don't forget to use np.where().