3 Tricky Python Pattern Printing Practices (Part 2)

If you’re new to Python, here are 3 practice questions to test your Python skills. If you’ve been doing Python for a while, these probably won’t be challenging to you, so I challenge you to do them in one line.
Question 1 — Rectangle Of Strings
You are given a list of strings:
strings = ["apple"…