Home
Contact
Search
Modify Exercise 15.9 to combine your code from the four separate triangles of asterisks into a single script that prints all four patterns side by side making clever use of nested for loops.
```
1
2
3
4
5
Solution: 15.14
6
7