Answers for "array op python"

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
0

array in python

print(2+5)
Posted by: Guest on September-24-2021

Python Answers by Framework

Browse Popular Code Answers by Language