SyntaxFix
Write A Post
Hire A Developer
Questions
There is another error with the forwars=d slash.
if we get this : def get_x(r): return path/'train'/r['fname'] is the same as def get_x(r): return path + 'train' + r['fname']