Pregunta de entrevista de Aziro

Question: What was the one thing that they asked you? Answer: How do you create a dictionary from two lists in Python, and explain basic Python concepts like list methods and slicing. How did you answer this question? (optional) I explained using the zip() function to combine two lists into a dictionary and demonstrated with a simple example. I also explained list methods and slicing with examples.