GianJSX's picture
Duplicate from zej97/AI-Research-Assistant
cc93c47
raw
history blame contribute delete
63 Bytes
def test():
yield 1
return 2
a, b = test()
print(a, b)