I'm studying the basics of python and I'm having an indentation issue. When I try to run a code on GitBash it gives me the error:
$ python organize_photos.py
File "organize_photos.py", line 7
if place not in places:
^
TabError: inconsistent use of tabs and spaces in indentation
So i checked my code on Notepad++ and it is giving me some problem on line 7,
but to me the indentation looks fine, what could be the problem?