Shortcuts

Source code for docs_example.example2.hi

[docs]def say_hi(n: int = 1): """Print hi n times to terminal. Args: n (int): Print hi ``n`` times to terminal. """ for _ in range(n): print('hi')

© Copyright 2021, docs-example contributors. Revision 2f07fd4c.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.