dxnge

2

Oct 29th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. gen = ((x,x**2-5*x+13) for x in range(-50, 51))
  2. for i in gen:
  3.     print(i)
Advertisement
Add Comment
Please, Sign In to add comment