Py.Cafe

rob.on.lists/

naked-python

DocsPricing
  • app.py
  • requirements.txt
app.py
1
2
d = dict(a=1, b=[2,3], c=dict(d=4,e=5))
print(d)