We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
for i in range(4): for j in range(i+1): print("*",end="")
print()
python based pattern print programms
There was an error while loading. Please reload this page.