Skip to content

Instantly share code, notes, and snippets.

@ArthurDeveloper
Created August 15, 2021 00:41
Show Gist options
  • Save ArthurDeveloper/c4016157111f0c96577c0cb13924f834 to your computer and use it in GitHub Desktop.
Save ArthurDeveloper/c4016157111f0c96577c0cb13924f834 to your computer and use it in GitHub Desktop.
Meia pirâmide com 2 linhas em python
for i in range(6):
print('* ' * i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment