Problem for the video Python sys module

Not able to run pythonsum() in terminal ubuntu

hi pranshu;
python sum takes list as an input so use sum as
sum([1,2,3,4,5])
or sum(list object) i.e. sum taking a list in its arguments

can you please ellaborate problem in using sum() that will be helpful