Multiply by sgrieve

p=1;x=raw_input().split(',')\x0d
for k in x:p=p*int(k)\x0d
print p\x0d

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page