Row =int( input ( "enter the row values" )) For i in range ( 1,rows+1): For j in range (1,i+1) : Print (j, end = " " ) Print ( )
Row =int( input ( "enter the row values" ))
For i in range ( 1,rows+1):
For j in range (1,i+1) :
Print (j, end = " " )
Print ( )