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
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
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