Flow_0cm44j0
Flow_0cm44j0
Flow_00fiumz
DataStoreReference_1x62shf
travel_destinations = {
"Paris" : {
"country" : "France",
"highlights": "Known for iconic landmarks like the Eiffel Tower and the Louvre Museum.",
"Population" : "2.1 million"
},
"Eiffel Tower" : {
"country" : "France",
"highlights": "The Eiffel Tower is a landmark in Paris.",
"latitude" : "48.8584° N",
"longitude" : "2.2945° E"
},
"Cape Town" : {
"country" : "South Africa",
"highlights": "Offers stunning landscapes, diverse wildlife, and vibrant cultural experiences."
},
"Kyoto" : {
"country" : "Japan",
"highlights": "Renowned for its beautiful temples, traditional tea houses, and serene gardens.",
"elevation" :"971m"
},
"Rome" : {
"country" : "Italy",
"highlights": "Home to ancient ruins such as the Colosseum and the Roman Forum."
}
}
Flow_181e7bd
Flow_194mpxs
DataStoreReference_1x62shf
travel_destinations = {
"Kyoto" : {
"country" : None
},
"Rome" : {
"country" : None
}
}
Flow_00fiumz
Flow_181e7bd
DataStoreReference_1x62shf
travel_destinations = {
"Rome" : {
"highlights" : None
}
}
The process instance completed successfully.
Flow_0p873ev
Highlights of Rome - {{highlights_of_Rome}}
Country of Kyoto - {{country_of_Kyoto}}
Country of Rome - {{country_of_Rome}}
Flow_03lr6av
Flow_0p873ev
DataStoreReference_1x62shf
Property_0nauy9g
Flow_194mpxs
Flow_03lr6av
DataStoreReference_1x62shf
Property_1suxllj
highlights_of_Rome = travel_destinations("Rome", "highlights")
country_of_Kyoto = travel_destinations("Kyoto", "country")
country_of_Rome = travel_destinations("Rome", "country")