Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

ajouter dans une liste python


>>> a.add(('f', 'g'))
>>> print a
set(['a', 'c', 'b', 'e', 'd', ('f', 'g')])

Source by coders911.org #
 
PREVIOUS NEXT
Tagged: #ajouter #dans #une #liste #python
ADD COMMENT
Topic
Name
6+7 =