QUESTION

Text
Image


5. Given this nested dictionary display the word "Artificial Intelligence". d=\{'kl': $[4,2,3,\{$ 'ML': ['DL', 'IOT', 'VR', \{'AR': $[3,2,3$, 'Artificial Intelligence']\}]\}] \#Write your code here \#Output 'Artificial Intelligence' 6. What is the main difference between a tuple and a list? \#type your answer here 7. Write a function that will get the email website domain from a string in the form: mon@mapua. edu.com For example, passing "mon@mapua.edu.com" would return: domain.com \begin{tabular}{|l|} \hline \#write your code here \\ \hline getDomain ('mon(mapua.edu.com') \\ \#Output \\ 'mapua.edu.com' \\ \hline \end{tabular}

Public Answer

N9ZPTQ The First Answerer