Run »
Result Size:
625 x 571
thisset = {"apple", "banana", "cherry"} thisset.add("orange") print(thisset)
x
thisset
=
{
"apple"
,
"banana"
,
"cherry"
}
thisset
.
add
(
"orange"
)
print
(
thisset
)
{'banana', 'apple', 'orange', 'cherry'}