160k views
4 votes
write a statement that defines plist as a list containing these elements (in order): 'spam', 'eggs', 'vikings'. 1 enter your code

User Josh Gao
by
4.4k points

1 Answer

2 votes

Answer:

plist = ['spam', 'eggs', 'vikings']

User Don McCaughey
by
4.5k points