Answer the question
In order to leave comments, you need to log in
I can't figure out how to mix two arrays?
Given arrays A and B of the same size 10. Print the original arrays.
Swap their contents and output the elements of the transformed
array A first, and then the elements of the transformed array B.
Here's what happened so far, how to stir them?
x=[]
a=[]
print('Enter array 1:')
x=[int(input()) for i in range(10)]
print('Enter array 2:')
a=[int(input( )) for i in range(10)]
print('Array n.1:',x,'Set n.2:',a)
Answer the question
In order to leave comments, you need to log in
About combining labels on the map into groups - clustering .
Yandex Maps API documentation to help ( https://tech.yandex.ru/maps/). And at the expense of black and white here: How to make a yandex map black and white?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question