Hi harshitha ,
Set and list is an data type in which set is immutable like tuple but set will have unique elements.List is mutable and can have any no of duplicate elements.
set can be used to store user-name, because user name should be unique among other users. :)