Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

dictionary with numbers python

    dict = {1:"one",
            2:"two",
            3:"three",
            4:"four",
            5:"five",
            6:"six",
            7:"seven",
            8:"eight",
            9:"nine",
            0:"zero",
           }
 
PREVIOUS NEXT
Tagged: #dictionary #numbers #python
ADD COMMENT
Topic
Name
9+6 =