curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/671f75e368cbd505a301ca7d.md
Listen to the audio and answer the question below.
How could Maria succinctly tell Brian she attended some sessions at PyCon as well?
Yeah, me too.
ENd413202d
Why not?
ENd9ae2a7c
Why not? doesn't indicate agreement or a shared experience.
1
Me too is used to express agreement or show that the same statement applies to the speaker. It is a concise and informal way to respond to shared experiences or feelings. For example:
Person 1: I love Python programming.
Person 2: Me too. - Meaning they love programming in Python as well.
In this context, Maria could say Yeah, me too to quickly let Brian know that she also attended really interesting sessions at PyCon.
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Brian",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_2-3.mp3",
"startTime": 1,
"startTimestamp": 7.3,
"finishTimestamp": 10.42
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 4.12,
"dialogue": {
"text": "I attended some really interesting sessions these last few days.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 4.62
}
]
}