¡@

Home 

python Programming Glossary: the_thing

Most efficient way of making an if-elif-elif-else statement when the else is done the most?

http://stackoverflow.com/questions/17166074/most-efficient-way-of-making-an-if-elif-elif-else-statement-when-the-else-is-don

'something' for i in xrange 1000000 if something 'this' the_thing 1 elif something 'that' the_thing 2 elif something 'there' the_thing.. if something 'this' the_thing 1 elif something 'that' the_thing 2 elif something 'there' the_thing 3 else the_thing 4 2.py something.. 1 elif something 'that' the_thing 2 elif something 'there' the_thing 3 else the_thing 4 2.py something 'something' options 'this'..