Skip to content

Questions 2 write program to print the following prattern #3

@Mohammedbashirsulima

Description

@Mohammedbashirsulima

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 ( )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions