4. Write a python program that displays the following pattern on the console. 6. [1] [1, 2] [1, 2, 3] [1, 2, 3, 4] [1, 2, 3, 4, 5] [1, 2, 3, 4, 5, 6] [1, 2, 3, 4, 5, 6, 7] [1, 2, 3, 4, 5, 6, 7, 8] [1, 2, 3, 4, 5, 6, 7, 8, 9] [1, 2, 3, 4, 5, 6, 7, 8, 5. Write a python program that displays the following pattern on the console. [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] [1, 2, 3, 4, 5, 6, 7, 8, 9] 9, 10] [1, 2, 3, 4, 5, 6, 7, 8] [1, 2, 3, 4, 5, 6, 7] [1, 2, 3, 4, 5, 6] [1, 2, 3, 4, 5] [1, 2, 3, 4] [1, 2, 3] [1, 2] [1] Write a python program containing the list below. Use a loop to iterate through the list and display numbers divisible by 5 and if you find a number greater than 150, stop the loop iteration. List = [12,15,32,42,55,75,122,132,150, 180,200] Expected output: 15 55 75 555 E
4. Write a python program that displays the following pattern on the console. [1] [1,2] [1,2,3] [1,2,3,4] [1,2,3,4,5] [1,2,3,4,5,6] [1,2,3,4,5,6,7] [1,2,3,4,5,6,7,8] [1,2,3,4,5,6,7,8,9] [1,2,3,4,5,6,7,8,9,10] 5. Write a python program that displays the following pattern on the console. [1,2,3,4,5,6,7,8,9,10] [1,2,3,4,5,6,7,8,9] [1,2,3,4,5,6,7,8] [1,2,3,4,5,6,7] [1,2,3,4,5,6] [1,2,3,4,5] [1,2,3,4] [1,2,3] [1,2] [1] [1,2,3,4,5,6,7,8,9,10] [1,2,3,4,5,6,7,8,9] [1,2,3,4,5,6,7,8] [1,2,3,4,5,6,7] [1,2,3,4,5,6] [1,2,3,4,5] [1,2,3,4] [1,2,3] [1,2] [1] 6. Write a python program containing the list below. Use a loop to iterate through the list and display numbers divisible by 5 and if you find a number greater than 150,5top the loopiteration. List =[12,15,32,42,55,75,122,132,150,180,200] Expected output: 155575?