News

# list and tuple are already same except small difference : list object are mutable where as tuple object are immutable. #in both case insertion order is preserved, duplicates ojects are allowed, ...