Pages
Profile
|
Hi, I'm Veerapat Sriarunrungrueang, an expert in technology field, especially full stack web development and performance testing.This is my coding diary. I usually develop and keep code snippets or some tricks, and update to this diary when I have time.
Nowadays, I've been giving counsel to many well-known firms in Thailand.
view more... |
Monday, December 27, 2010
What's the difference between list and tuples in Python?
The key difference is tuple is immutable but list is not. So, tuple can be used as a key in dictionary and get more slight performance and tuple has a structure but list has a order.
Labels:
Programming,
Python
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment