Shortcuts

Source code for docs_example.example1.hello

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

© 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.