Shortcuts

docs_example.example1.hello 源代码

[文档]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.