#in python we consider lists to be arrays MyArray = ["Kathmandu", "Bardaghat", "Butwal", "Biratnagar"] #array of places of Nepal #we can print it by print(MyArray)