python braces in string code example
Example: curly braces in python
#Curly braces are used in python to define a dictionary
dict = {
"a" : "Apple",
"b" : "Banana",
}
#Curly braces are used in python to define a dictionary
dict = {
"a" : "Apple",
"b" : "Banana",
}