fork download
  1. # -*- coding: utf-8 -*-
  2. materials = {'МДФ':{'16':'330','12':'220'}}
  3. material = 'МДФ'
  4. depth = '12'
  5.  
  6. print materials[material][depth]
Success #stdin #stdout 0.02s 9016KB
stdin
Standard input is empty
stdout
220