HOME/Articles/

simple python-example-100 (snippet)

Article Outline

Python example 'python-example-100'

python-example-100

Python example: python-example-100

#!/usr/bin/python
# -*- coding: UTF-8 -*-

i = ['a', 'b']
l = [1, 2]
print(dict([i,l]))