In phyton
Using a both a for (for within a for) and a while (while within a while) nested loop, read the dimensional array below:
aList = [["Red","Blue","Green"],["Cup","Plate","Bowl"],["Large","Med","Small"]]
and print out its contents in a matrix as follows:
Red Blue GreenCup Plate BowlLarge Med Small
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here