Question: PYTHON Write a program to ask input from the user the number of asterisk to print and how many lines need to be printed. Sample:
PYTHON
Write a program to ask input from the user the number of asterisk to print and how many lines need to be printed.
Sample:
Input
Enter number of asterisk: 7
Enter number of lines: 4
Output
*******
*******
*******
*******
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
