import os
def rename_files():
list = os.listdir(r'C\Users\Public\Tyrell\Tyrrell')
print (list) I get nothing to print from this. Using version 3.6.4. It works for the guy on Udacity, but he's using 2.7. Any help appreciated; maybe I'm too old to learn this stuff
