8 May
2001
8 May
'01
8:02 p.m.
parameters=beverage="",sugar=0,milk=0,RESPONSE
I already tried (it would be better to have a normal HTML form, so that any HTML author can edit it, and to keep all Zope-specific stuff in the Python script) but:
SyntaxError: non-default argument follows default argument
Right... parameters= RESPONSE, bevarage="", sugar=0, milk=0 just an ordering problem, I think...