let city = "Chennai" let country = "India" print(city) print(country)
Click Run to execute this code.