Write a dynamic python program to print out pattern given below. sample input: 5 sample output: ***** #### *** ## * sample input: 4 sample output: **** ### ** #
Example heading with h2 size
Example heading with h3 size
Following is sample java code.
int i = 10;
if(i>0){
System.out.println('positive');
}