Source Code:
(back to article)
A = {1, 2, 3} A.add(0) print(A)
Result:
Report an issue