36 lines
837 B
Python
36 lines
837 B
Python
|
alonso = {
|
||
|
"driverId":"alonso",
|
||
|
"permanentNumber":"14",
|
||
|
"code":"ALO",
|
||
|
"url":"http://en.wikipedia.org/wiki/Fernando_Alonso",
|
||
|
"givenName":"Fernando",
|
||
|
"familyName":"Alonso",
|
||
|
"dateOfBirth":"1981-07-29",
|
||
|
"nationality":"Spanish"
|
||
|
}
|
||
|
|
||
|
istanbul = {
|
||
|
"circuitId":"istanbul",
|
||
|
"url":"http://en.wikipedia.org/wiki/Istanbul_Park",
|
||
|
"circuitName":"Istanbul Park",
|
||
|
"Location":{
|
||
|
"lat":"40.9517",
|
||
|
"long":"29.405",
|
||
|
"locality":"Istanbul",
|
||
|
"country":"Turkey"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
ferrari = {
|
||
|
"constructorId":"ferrari",
|
||
|
"url":"http://en.wikipedia.org/wiki/Scuderia_Ferrari",
|
||
|
"name":"Ferrari",
|
||
|
"nationality":"Italian"
|
||
|
}
|
||
|
|
||
|
renault = {
|
||
|
"constructorId":"renault",
|
||
|
"url":"http://en.wikipedia.org/wiki/Renault_in_Formula_One",
|
||
|
"name":"Renault",
|
||
|
"nationality":"French"
|
||
|
}
|