DEV Community

Program to Print X Star Pattern in C, C++, and Python

Sachin Ponnapalli on July 08, 2021

Give the rows of the pattern the task is to print X star Pattern in C, C++, and Python. Examples: Example1: Input: Given number of rows =10 Ou...
Collapse
 
paddy3118 profile image
Paddy3118 • Edited
  • Comments explain code too closely.. Same info given twice!
  • Python multi-line string is a string and not a comment.

That Python code seems lost in so much comments.