Difference between Array / Set/ TuplesPratima S·FollowDec 3, 2021--ListenShareArrays keep the order and can have duplicates,Sets are unordered and can’t have duplicates,and tuples have a fixed number of values of fixed types inside them.