# Python 2 python -m SimpleHTTPServer # Python 3 python -m http.server
from pprint import pprint my_dict = { 'name': 'Yasoob', 'age': 'undefined',