Error in executing pwd function

While reading the ‘Module 2: Working with CSV files’ of Week 1 in Getting Started with Data Science Bootcamp, I encountered the following problem.
On slide 9, it shows to use ‘pwd’ in order to get which directory we are working with. But when I input the same in Google Colab an error (“NameError: name ‘pwd’ is not defined”) pops up.

Can someone please explain what am I doing wrong?

Thanks

Hi @anshmjn01
Please use this in google colab

!pwd

Got it thanks.
I’m getting the following output:

/content

What does this mean?

that’s your current working directory in colab