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