Create Pyramid Patterns with Python| {101 Days of Python} [A to Z Python Program] rows = int(input("Enter number of rows: ")) for i in range(rows): for j in range(i+1): print("* ", end="") print("\n") Practice Here Spread the love
How to Embed a Python Interpreter or compiler in Your Website?[Python IDEs and Code Editors]{Python code editor online}