Skip to content

Instantly share code, notes, and snippets.

@Ari24-cb24
Created March 17, 2023 22:29
Show Gist options
  • Save Ari24-cb24/69a84818fa85563dca6a606a80d0c75f to your computer and use it in GitHub Desktop.
Save Ari24-cb24/69a84818fa85563dca6a606a80d0c75f to your computer and use it in GitHub Desktop.
No one dares to make this shorter
p=lambda n:print(*[" ".join(*(str(k)*k))for k in range(1, n+1)],sep="\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment