Texts: Compulsory Task 1
Follow these steps:
1. Create a new Python file in this folder called task1.py.
2. Write code to output the star pattern shown below, using an if-else statement in combination with a single for loop (it's really easy with two, but using only one takes a little more thought!):
*
**
***
****
*****
****
***
**
*