Skip to content

Getting Started

Installation

pip install patlab

Basic Usage

from patlab.square import square

print(square(3))

Output:

***
***
***