DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
list methods in python
x
=
list
(
)
print
(
type
(
x
)
)
# Output: <class 'list'>
print
(
dir
(
x
)
)
# Gives us all the list methods
Source by www.codegrepper.com #
PREVIOUS
NEXT
Tagged:
#list
#methods
#python
ADD COMMENT
Topic
COMMENT
Name
5+4 =
Submit