I would like to browse this dictionary more particularly the key lines
dict= {
"comm": [
{
"palo": "strcc",
"masd": "tete",
"lignes": [
{
"salti": "namora",
"fasha": "ben"
}
]
}
]
}
And to display "salti" and "fasha" I have an error
print(dict['comm']['lignes']['salti'])