55 lines
1.2 KiB
Python
55 lines
1.2 KiB
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"
|
|
}
|
|
|
|
ALPINE = {
|
|
"constructorId":"alpine",
|
|
"url":"http://en.wikipedia.org/wiki/Alpine_F1_Team",
|
|
"name":"Alpine F1 Team",
|
|
"nationality":"French"
|
|
}
|
|
|
|
SILVERSTONE = {
|
|
"circuitId":"silverstone",
|
|
"url":"http://en.wikipedia.org/wiki/Silverstone_Circuit",
|
|
"circuitName":"Silverstone Circuit",
|
|
"Location":{
|
|
"lat":"52.0786",
|
|
"long":"-1.01694",
|
|
"locality":"Silverstone",
|
|
"country":"UK"
|
|
}
|
|
} |