Re: [Tutor] Cannot understand what this means

2013-07-22 Thread ALAN GAULD
ect: RE: [Tutor] Cannot understand what this means > > >Hi >I have doubts only on the arguments part.  > >OK, But what about them? Do you understand what command line arguments are? > def main(): > >>    # This command-line parsing code is provided. >>    # Mak

Re: [Tutor] Cannot understand what this means

2013-07-18 Thread Alan Gauld
On 15/07/13 09:53, #PATHANGI JANARDHANAN JATINSHRAVAN# wrote: websites. But now, there is a program from Google's Python Exercises whose main() part is already given to you. def main(): # This command-line parsing code is provided. # Make a list of command line arguments, omitting the [0

[Tutor] Cannot understand what this means

2013-07-18 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
Hello All, I have just started out with python and was feeling pretty comfortable and confident to the point of solving problems from websites. But now, there is a program from Google's Python Exercises whose main() part is already given to you. def main(): # This command-line parsing cod