Re: [Tutor] can someone explain the reason for error

2018-02-07 Thread Alex Kleider
On 2018-02-07 03:58, vinod bhaskaran wrote: Hi, I am a beginner level programmer and in one assignment the question given is:to remove ',' from a list after getting a comma separated input from console. I gave the below (most print statements are for reference except the last print statement

Re: [Tutor] can someone explain the reason for error

2018-02-07 Thread Mark Lawrence
On 07/02/18 11:58, vinod bhaskaran wrote: Hi, I am a beginner level programmer and in one assignment the question given is:to remove ',' from a list after getting a comma separated input from console. I gave the below (most print statements are for reference except the last print statement). but

Re: [Tutor] can someone explain the reason for error

2018-02-07 Thread Alan Gauld via Tutor
On 07/02/18 11:58, vinod bhaskaran wrote: > Hi, I am a beginner level programmer and in one assignment the question > given is:to remove ',' from a list after getting a comma separated input > from console. First up I'll say you are doing an awful lot of work that's not needed. As a result your so