Top
File
: class/Workbook/Examples/Lecture5/multiple.py
⇨ Raw text
view
and
save
⇨ Page
script
and
template
def multiple(x, y): x = 2 y = [3, 4] return x, y