How to check if the first element of each tuple inside a list is a key of a dictionary?

后端 未结 0 1692
自闭症患者
自闭症患者 2021-01-11 12:47

For instance, if there\'s a dictionary student_gpa where:

student_gpa = {\'Alex\': 3.00, 
               \'John\': 3.50,
               \'Jennifer\': 3.75}


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