filmov
tv
Learn Selenium Python For Absolute Beginners Tutorial 13 (Dictionaries - Part 1)
Показать описание
In part thirteen, Tim introduces another advanced data type in Python called dictionaries.
Dictionaries consists of "key/value" pairs. They are mutable (the keys aren't) which means you can change the "value" of a key or simply add or delete from an exisiting dictionary.
A few of the keywords he discussed are:
- The "in" keyword
- The "not in" keyword
- The "del" keyword.
- How to change the value of an existing dictionary.
- How to create an empty dictionary and how to add key/value pair items into that newly created dictionary.
Check out TestDemy's FREE Course: How To Get Started In Software Testing With No Experience:
Dictionaries consists of "key/value" pairs. They are mutable (the keys aren't) which means you can change the "value" of a key or simply add or delete from an exisiting dictionary.
A few of the keywords he discussed are:
- The "in" keyword
- The "not in" keyword
- The "del" keyword.
- How to change the value of an existing dictionary.
- How to create an empty dictionary and how to add key/value pair items into that newly created dictionary.
Check out TestDemy's FREE Course: How To Get Started In Software Testing With No Experience: