DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
get keys from dictionary python
dict
=
{
1
:
2
,
3
:
4
}
list_of_keys
=
list
(
dict
)
# output
# [1, 3]
PREVIOUS
NEXT
Tagged:
#keys
#dictionary
#python
ADD COMMENT
Topic
COMMENT
Name
6+6 =
Submit