python - Warning in file statement -


i getting warning :assignment reserved built-in symbol: file on comand:

file=open(filename,'r') 

any specific reason?

file built-in global name in python. it's warning not redefine it.


Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -