Spaces:
Sleeping
Sleeping
File size: 63 Bytes
cc93c47 |
1 2 3 4 5 6 |
def test():
yield 1
return 2
a, b = test()
print(a, b) |