Created
April 23, 2024 12:39
-
-
Save denistsyplakov/90978562b0ac03bceb918e5a0e2f886c to your computer and use it in GitHub Desktop.
Task 2 model replies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"route1": [ | |
{"region": "Asia", "city": "Eunhaeng", "month_from": "April", "month_to": "April", "temperature_range_during_stay": "22"}, | |
{"region": "Asia", "city": "Aomoriya", "month_from": "May", "month_to": "May", "temperature_range_during_stay": "25"}, | |
{"region": "Australia", "city": "Mirrinyi", "month_from": "June", "month_to": "August", "temperature_range_during_stay": "23-25"}, | |
{"region": "Asia", "city": "Zhenxiao", "month_from": "March", "month_to": "March", "temperature_range_during_stay": "20"}, | |
{"region": "Asia", "city": "Eunhaeng", "month_from": "October", "month_to": "October", "temperature_range_during_stay": "20"} | |
], | |
"route2": [ | |
{"region": "Asia", "city": "Zhenxiao", "month_from": "January", "month_to": "April", "temperature_range_during_stay": "15-25"}, | |
{"region": "Australia", "city": "Mirrinyi", "month_from": "May", "month_to": "September", "temperature_range_during_stay": "23-27"}, | |
{"region": "Asia", "city": "Aomoriya", "month_from": "October", "month_to": "November", "temperature_range_during_stay": "15-19"} | |
], | |
"route3": [ | |
{"region": "Asia", "city": "Eunhaeng", "month_from": "March", "month_to": "March", "temperature_range_during_stay": "18"}, | |
{"region": "Asia", "city": "Aomoriya", "month_from": "April", "month_to": "April", "temperature_range_during_stay": "20"}, | |
{"region": "Australia", "city": "Mirrinyi", "month_from": "May", "month_to": "September", "temperature_range_during_stay": "23-27"}, | |
{"region": "Asia", "city": "Zhenxiao", "month_from": "October", "month_to": "November", "temperature_range_during_stay": "20-25"} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"route1": [ | |
{ | |
"region": "Australia", | |
"city": "Mirrinyi", | |
"month_from": "January", | |
"month_to": "December", | |
"temperature_range": "20-27" | |
} | |
], | |
"route2": [ | |
{ | |
"region": "Asia", | |
"city": "Eunhaeng", | |
"month_from": "May", | |
"month_to": "September", | |
"temperature_range": "22-27" | |
}, | |
{ | |
"region": "Africa", | |
"city": "Sarafu", | |
"month_from": "October", | |
"month_to": "April", | |
"temperature_range": "25-35" | |
} | |
], | |
"route3": [ | |
{ | |
"region": "Asia", | |
"city": "Zhenxiao", | |
"month_from": "March", | |
"month_to": "October", | |
"temperature_range": "20-34" | |
}, | |
{ | |
"region": "Africa", | |
"city": "Kasisirisir", | |
"month_from": "November", | |
"month_to": "February", | |
"temperature_range": "24-35" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"route1": [ | |
{ | |
"region": "Asia", | |
"city": "Zhenxiao", | |
"month_from": "Jan", | |
"month_to": "Apr", | |
"temperature_range": "15-25" | |
}, | |
{ | |
"region": "Asia", | |
"city": "Aomoriya", | |
"month_from": "Nov", | |
"month_to": "Feb", | |
"temperature_range": "10-15" | |
}, | |
{ | |
"region": "Asia", | |
"city": "Eunhaeng", | |
"month_from": "Nov", | |
"month_to": "Feb", | |
"temperature_range": "14-15" | |
} | |
], | |
"route2": [ | |
{ | |
"region": "Australia", | |
"city": "Mirrinyi", | |
"month_from": "May", | |
"month_to": "Sep", | |
"temperature_range": "22-27" | |
}, | |
{ | |
"region": "Africa", | |
"city": "Sarafu", | |
"month_from": "Jan", | |
"month_to": "Feb", | |
"temperature_range": "25-27" | |
}, | |
{ | |
"region": "Africa", | |
"city": "Sarafu", | |
"month_from": "Oct", | |
"month_to": "Dec", | |
"temperature_range": "25-31" | |
} | |
], | |
"route3": [ | |
{ | |
"region": "North Europe", | |
"city": "Nordfjell", | |
"month_from": "May", | |
"month_to": "Sep", | |
"temperature_range": "10-17" | |
}, | |
{ | |
"region": "North America", | |
"city": "Tundravik", | |
"month_from": "May", | |
"month_to": "Jun", | |
"temperature_range": "8-13" | |
}, | |
{ | |
"region": "North America", | |
"city": "Tundravik", | |
"month_from": "Sep", | |
"month_to": "Oct", | |
"temperature_range": "8-10" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"route1": [ | |
{ "region": "Asia", "city": "Zhenxiao", "month_from": "March", "month_to": "May", "temperature_range_during_stay": "20-29" }, | |
{ "region": "Asia", "city": "Aomoriya", "month_from": "May", "month_to": "October", "temperature_range_during_stay": "15-27" }, | |
{ "region": "Asia", "city": "Eunhaeng", "month_from": "April", "month_to": "May", "temperature_range_during_stay": "22-25" }, | |
{ "region": "Australia", "city": "Mirrinyi", "month_from": "November", "month_to": "February", "temperature_range_during_stay": "20-25" } | |
], | |
"route2": [ | |
{ "region": "Africa", "city": "Sarafu", "month_from": "January", "month_to": "December", "temperature_range_during_stay": "25-35" } | |
], | |
"route3": [ | |
{ "region": "North America", "city": "Tundravik", "month_from": "June", "month_to": "September", "temperature_range_during_stay": "13-15" }, | |
{ "region": "North Europe", "city": "Nordfjell", "month_from": "June", "month_to": "September", "temperature_range_during_stay": "15-17"} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"route1": [ | |
{region: "Asia", city:"city1",month_from:"March", month_to:"May", temperature_range:"22-28" }, | |
{region: "Asia", city:"city2",month_from:"September", month_to:"November", temperature_range:"22-27" }, | |
{region: "Asia", city:"city3",month_from:"December", month_to:"February", temperature_range:"17-20" } | |
], | |
"route2": [ | |
{region: "Europe", city:"city4",month_from:"April", month_to:"June", temperature_range:"18-24" }, | |
{region: "Europe", city:"city5",month_from:"September", month_to:"November", temperature_range:"15-21" }, | |
{region: "Europe", city:"city6",month_from:"December", month_to:"February", temperature_range:"10-13" } | |
], | |
"route3": [ | |
{region: "North America", city:"city7",month_from:"May", month_to:"July", temperature_range:"14-19" }, | |
{region: "North America", city:"city8",month_from:"September", month_to:"November", temperature_range:"12-17" }, | |
{region: "North America", city:"city9",month_from:"December", month_to:"February", temperature_range:"5-8" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment