Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CHALLENGE ACTIVITY 8 . 5 . 1 : List nesting. 5 6 7 4 6 8 . 3 9 4 6 9 8 8 .

CHALLENGE
ACTIVITY
8.5.1: List nesting.
567468.3946988.93zqy7
Jump to level 1
Lists word1 and word2 are read from input. Assign all_spellings with a two-dimensional list consisting of word1 and word2 in that order.
Click here for example
Ex: If the input is:
b,r,o,w,n
y,e,1,1,o
then the output is:
['b','r','o','w','n']
['y','e','l','l','o','w']
1 word1= input().split()
2 word2= input().split()
3
4|'' Your code goes here '..'||
5 print(allspellings[0])
7 print(allspellings[1])
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions