Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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) 
 
PREVIOUS NEXT
Tagged: #array #python
ADD COMMENT
Topic
Name
5+5 =