Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 717 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 717 Bytes

yield function in Python

Using yield instead of return in functions in Python.

Reference to:

[1] Valentyn N Sichkar. Using yield instead of return in functions in Python // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/yield_function_in_Python (date of access: XX.XX.XXXX)

Description

Creating a generator with the help of yield in functions.


MIT License

Copyright (c) 2018 Valentyn N Sichkar

github.com/sichkar-valentyn

Reference to:

[1] Valentyn N Sichkar. Using yield instead of return in functions in Python // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/yield_function_in_Python (date of access: XX.XX.XXXX)