Computer Science - Text-Based Programming - Python - For loops and range - Loop Pattern Art
Show 4 text patterns and ask 'Which pattern do you like best?' Pattern A: * ** *** **** (triangle). Pattern B: **** **** **** **** (square). Pattern C: *--* *--* *--* (fence). Pattern D: 1 12 123 1234 (number triangle). After choosing, reveal: 'Your pattern is made with just 2 lines of code using fo