Question: Write a Python program to create the 2D array below and to display the result as shown below: 'majdi ahmad 200 500 l'jordan 'iraq 'walid
Write a Python program to create the 2D array below and to display the result as shown below: 'majdi ahmad 200 500 l'jordan 'iraq 'walid 'sami 'nidal 600 700 800 'lebanon 'sudan 'syria' Sample run: The Two-dimensional array is It'majdi' 'ahmad' 'walid' sami 'nidal' ['500' '600' 700 800 9001 Ijordan' 'iraq! 'lebanon' 'sudan' 'syria'll 2nd element on 1st row: ahmad Last element on 1st row: nidal 3rd element on 2nd row: 700 Ist element on 2nd row: 500 last element on last row: syria
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
