using tuples to add values to dictionary keys

前端 未结 0 1282
小蘑菇
小蘑菇 2020-12-11 05:13

I made the code

population = {
    \'Shanghai\': 17.8,
    \'Istanbul\': 13.3,
    \'Karachi\': 13.0,
    \'Mumbai\': 12.5
    }
bob, chase, exacu = 32, 42, 5         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题