Re: HTML FORM AND PYTHON

2008-06-15 Thread subhabrata . iisc
Hi Diez, Thanx for the suggestion. I am checking if anything helpful I can find there. Regards, Subhabrata. Diez B. Roggisch wrote: > [EMAIL PROTECTED] schrieb: > > Dear Members of the group, > > I have a small question, if you can help me to find the answer. > > I have one function: > > def add_s

Re: HTML FORM AND PYTHON

2008-06-13 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: Dear Members of the group, I have a small question, if you can help me to find the answer. I have one function: def add_string(n): print “Print Two strings” print “Print the First String” a1=raw_input(“PRINT THE FIRST STRING”) a2=raw_inpu

HTML FORM AND PYTHON

2008-06-13 Thread subhabrata . iisc
Dear Members of the group, I have a small question, if you can help me to find the answer. I have one function: def add_string(n): print “Print Two strings” print “Print the First String” a1=raw_input(“PRINT THE FIRST STRING”) a2=raw_input(“PRINT THE SECOND STRING”)