help me in knowing the syntax for loop and switch statements in python 3.2

2011-06-23 Thread mahantesh varavattekar
Hi, i am new to python please help to let me know the syntax for python 3.2. with examples. and how can i use these things for ranges -- http://mail.python.org/mailman/listinfo/python-list

Re: help me in knowing the syntax for loop and switch statements in python 3.2

2011-06-23 Thread Laurent Claessens
Le 23/06/2011 11:48, mahantesh varavattekar a écrit : Hi, i am new to python please help to let me know the syntax for python 3.2. with examples. and how can i use these things for ranges http://lmgtfy.com/?q=python+syntax+range+example Laurent --

Re: help me in knowing the syntax for loop and switch statements in python 3.2

2011-06-23 Thread Ben Finney
mahantesh varavattekar mvaravatte...@gmail.com writes: i am new to python please help to let me know the syntax for python 3.2. with examples. Welcome! Please work your way through the Python tutorial from the beginning URL:http://docs.python.org/release/3.2/tutorial/. Run each example,