Skip to content

Instantly share code, notes, and snippets.

@M-fazin
Created August 9, 2021 08:53
Show Gist options
  • Save M-fazin/baf4e9a6c578aacdd630a79fb42b18b8 to your computer and use it in GitHub Desktop.
Save M-fazin/baf4e9a6c578aacdd630a79fb42b18b8 to your computer and use it in GitHub Desktop.
How To Print Stars Like Triangle On #python. #python-basic
# Don't Kang
# (C) @M_fazin
# Printing Stars On Triangle
# Join On Telegram <<< t.me/EKBOTZ_UPDATE >>>
# If You Take Any Code.... Please Set Credits
stars = """
*
* *
* * *
"""
print(stars)
@Legend-Mukund
Copy link

lol

@Legend-Mukund
Copy link

how to add this on our github profile like u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment