Skip to content

Directory for my python Learning. basic to intermediate

Notifications You must be signed in to change notification settings

WashieMugo/Python_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DICTIONARIES

=> Structure dict_name = {
"key": value, "key2": "value" } =>Operations: dict_name["key3"] = Value dict_name.pop("Key") "key" in dict_name

SETS

=> Structure: sets_name = {val1,val2,val3}

=> Operations sets_name.add(value) sets_name.remove(val)

About

Directory for my python Learning. basic to intermediate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages