Re: [Tutor] Sets Python

2014-12-01 Thread Alan Gauld
On 01/12/14 01:01, niyanax...@gmail.com wrote: Have do I read each command, by making the program read each line?? Yes, each line of the file contains one command. read the file line by line. Do you know how to do that? How do I add the invalid commands into a set? Do you know how to creat

[Tutor] Sets Python

2014-12-01 Thread niyanaxx95
I am not understanding how I am supposed to do the highlighted things on the problem statement. If someone could please direct me on the steps to go about doing what is highlighted. Have do I read each command, by making the program read each line?? How do I add the invalid commands into a set?