Focused on Web Development, ReactJS, Angular, JavaScript, PHP, Database Design, Ionic, Jquery and MySQL
I wonder what is better to do:
d = {'a': 1, 'b': 2} 'a' in d True
or:
d = {'a': 1, 'b': 2} d.has_key('a') True
No comments:
Post a Comment