Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

PYTHON MYSQL QUESTIONS *ONLY ANSWER IF ANSWERING ALL 5* Use the variables below

ID: 3588969 • Letter: P

Question

PYTHON MYSQL QUESTIONS *ONLY ANSWER IF ANSWERING ALL 5*

Use the variables below for Question 1

Question 3

Use the variables below for Question 5

ima fail if I dont know this stuff pls andrew

QUESTION 1 points Save Answer There are two Python lists. One is called postals and the other is called atreets. Each list contains a number of strings, cach one representing cither a street address or a postal address. Complcte the code below so that it will print out all the addresses contained in postals that are also contained in streets for postal address in postals: for # in if print(street address)

Explanation / Answer

Question : 1

for street_address in streets:

if street_address == postal_address:

Question : 2

Only option A is the correct answer.

Question: 3

Only option E is the correct answer.

Question: 4

Correct options are H, I

Question: 5

for word in words:

for char in word:

unicode_word.append(char)

unicode.append(unicode_word)

**Comment for any further queries.