Loading...

M L
Quiz by Amr
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Write a Python program using the list Stored on the days of the week. Then display all the values put in it using the for loop ?
 What is the output of the code?
names = ['Rami', 'Sara', 'Nada', 'Mhamad', 'Salem']
print(names[-1])
print(names[-2])