Python icon indicating copy to clipboard operation
Python copied to clipboard

yield example a small question needed revise

Open shengzhulst opened this issue 6 years ago • 0 comments

class Bank():

this example when you are using python3, you need use print(corner_street_atm.next()) or print(next(corner_street_atm))

shengzhulst avatar May 08 '19 09:05 shengzhulst