Answers for "python array :)))"

2

array in python

#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)
Posted by: Guest on October-06-2021

Python Answers by Framework

Browse Popular Code Answers by Language