python print curly braces code example
Example 1: print curly bracket python
use '{{' and '}}'
Example 2: curly braces in python
#Curly braces are used in python to define a dictionary
dict = {
"a" : "Apple",
"b" : "Banana",
}
use '{{' and '}}'
#Curly braces are used in python to define a dictionary
dict = {
"a" : "Apple",
"b" : "Banana",
}