Showing posts with the label Python PatternShow all
Write a python program to print star in a Rectangular pattern
#4 Pyramid No Pattern in Python (Value same as row no +1)
#3 Pyramid No Pattern in Python (Value same as row no)
#2 Pyramid No Pattern of 0's and 1's in Python (0 if row no is even & 1 if row no is odd)
#1 Pyramid No Pattern in Python (Value will be Column no +1)