dicc ={
"usa": "ford",
"japon" : "toyota",
"francia": "citroen",
"italia": "fiat",
"korea": "kia"
}

print(dicc)
