tuple is similar to list but tuple can't be modified
tuple=('henry','wold ',hello')
list can be modified
list=['henry','wold ',hello']
Posted by psytes, on 06/11/2007 at 09:34
These questions are not enough to pass the interview.
Posted by Frank, on 06/21/2006 at 06:52
Python Interview Questions
(1) What is the difference between tuple and list?
(2) Does Python supports Operator Overloading?
(3) Does Python supports Function Overloading?
(4) Is there any Increment/Decrement operator in Python?
Posted by Karthick Sundaram, on 03/31/2006 at 05:25
Its really very nice idea, databank will definately help the job hunters. I am posting some Questions :
1) Why Python as a work platform? 2) Whats the name of the tool which helps in finding bugs and perform static analysis 3)is there any need to create stand-alone binary? why? 4)How can you speed up your python program? 5)Rules for local & global variables in python?
Posted by Pratap, on 08/03/2005 at 01:27
1 Page 1 of 1 ( 4 Comments )