Skip to content

Latest commit

 

History

History

Task-1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Assignment

  1. Define the following array "Menu": 1.1. Append to it the following item: "hamburger" 1.2. Append to it the following item: "salad" 1.3. Iterate over the list and print for each item Food: . Make sure to replace with item from the array
  2. Define an array of 5 items 1.1. Iterate over it and print for each item the following: This is and its index in the array is