Re: raw_input that able to do detect multiple input

2013-04-06 Thread Dave Angel
(You forgot to separate the parts of my comments that you were quoting from your responses. Any decent email program will do that for you automatically, inserting "< " in front of each quoted line. Then you just hit enter a couple of times to type the new stuff right after the part you're quo

Re: raw_input that able to do detect multiple input

2013-04-06 Thread Frank
Now you've saved the data in a different file. How does the next run of the program find it? What user? In what environment can a user enter function calls into your code? -The user will call the function out from IDLE Why is the command invalid? -Because the user need to type out a name

Re: raw_input that able to do detect multiple input

2013-04-06 Thread Dave Angel
On 04/06/2013 11:22 PM, Frank wrote: Hi Dave, Sorry for my unclear question. I didn't use the d = load_friends('friends.csv') now because I'm going use it for other function later on, I should have remove it first to avoid confusion. This is the code for load_friends , add_info ,display_frie

Re: raw_input that able to do detect multiple input

2013-04-06 Thread Frank
Hi Dave, Sorry for my unclear question. I didn't use the d = load_friends('friends.csv') now because I'm going use it for other function later on, I should have remove it first to avoid confusion. This is the code for load_friends , add_info ,display_friends, save_friends function: def load_

Re: raw_input that able to do detect multiple input

2013-04-06 Thread Dave Angel
On 04/06/2013 09:03 PM, Frank wrote: Hi all, I would require advise on this question for function call interact: the desire outcome: interact() Friends File: friends.csv Command: f John Cleese John Cleese: Ministry of Silly Walks, 421, 27 October Command: f Michael Palin Unknown friend Micha