Python Continued Lesson 4 – Make 4
Write a program that asks the user to enter the number of stars per row and the number of rows to be displayed. For example, entering 5 and 3 should display: ***** ***** *****
Python Continued Lesson 4 – Make 4 Read More »