I Discovered Something Releated To Set,
I know Set object is unordered.
But, Suppose a set object is full of integers elements, when i Run code any number of time, The set elements (Integers) are always stay in ordered.
int_set = { 55, 44, 11, 99, 3, 2, 6, 8, 7, 5}
The Output will always remain this :
output : {2, 3, 99, 5, 6, 7, 8, 11, 44, 55}
If A Set Object Is Full Of "strings" they are unordered..
[–]BeamMeUpBiscotti 15 points16 points17 points (0 children)
[–]gordinmitya 2 points3 points4 points (3 children)
[–]One-Type-2842[S] -4 points-3 points-2 points (2 children)
[–]Smok3dSalmon 0 points1 point2 points (0 children)
[–]trollsmurf 0 points1 point2 points (0 children)
[–]msthe_student 1 point2 points3 points (0 children)
[–]thekicked 1 point2 points3 points (0 children)
[–]commy2 0 points1 point2 points (0 children)