Skip to content

#python Program for build pyramid by numbers #coding #programminglanguage @mr_ayya_28 #engineering_in_kannada #13975

@ayyanagoud12

Description

@ayyanagoud12

n = int(input("enter your any number: "))

for i in range(1,n+1):
print("".join (str(x) for x in range(1,i+1)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions