svendotnet

python_yield_1

May 16th, 2021 (edited)
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.04 KB | None | 0 0
  1. def foo():
  2.     yield 1;
  3.     return 2
  4.  
Add Comment
Please, Sign In to add comment