M
M
meezzn2020-10-23 13:10:32
css
meezzn, 2020-10-23 13:10:32

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

3 answer(s)
Y
Yakov Vylegzhanin, 2016-04-12
@antonkudaev

About combining labels on the map into groups - clustering .

P
Pyotr Popov, 2016-04-12
@FreedomRun

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?

R
reff03, 2021-03-27
@reff03

123

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question