Home
Press ? for keyboard navigation
❮
Set of lists
Create set from List
❯
Set of tuples
examples/sets/set_of_tuples.py
tuples
=
set
([
(
2
,
3
),
(
1
,
2
)
])
print
(
tuples
)
print
(
type
(
tuples
))
{(2, 3), (1, 2)} <class 'set'>
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)