Posts by Gabriel Lima • 41 points
1 post
-
4
votes1
answer896
viewsQ: Type set in Python is ordered?
When creating a variable like this: a = {1,2,5,1,3} It ends up returning a variable of type set. However, in the Python documentation, it is said that it is impossible to create a set without the…