Agentic AI - Future of AI Agents
What will be the output of this code snippet?
messages = [
{"sender": "A1", "text": "Hi"},
{"sender": "A2", "text": "Hello"}
]
print(messages[1]["text"])