Foward slash (/) python syntax

Viewed 25

I found this code in the fastai course:

path = untar_data(URLs.PETS)/'images'

It downloads a tar file from an url. I have never seen this syntax before (a function call followed by / and string). Can someone please explain what is going on?

0 Answers
Related