Skip to main content

This package is created by Vikrant Singh. This package is used for printing '*' or '#' triangles for desired number of rows.

Project description

This package can be used for getting desired number of row star traiangle in up or down direction by giving an input for the desired number of rows.

Use

For example if you want to get a 5 row star triangle in upward direction. Then you can simply code it as,

import triprint

triprint.pstar(5,1)

First input will give the number of rows and second input is the boolean 0 or 1, 0 for down triangle and 1 for upper triangle.

Attribute

pstar('Number of rows in int','0 or 1') # For printing triangles made up of '*'

phash('Number of rows in int','0 or 1') # For printing triangles made up of '#

pdoller('Number of rows in int','0 or 1') # For printing triangles made up of '$'

pat('Number of rows in int','0 or 1') # For printing triangles made up of '@'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

triprint-1.0.5.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

triprint-1.0.5-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page