New submission from Georgios Moralis :
It returns with the following error:
UnboundLocalError: local variable 'p' referenced before assignment
Example causing this:
--- CODE FOLLOWS ---
import os
def show_cwd_list():
alpha = os.listdir(os.getcwd())
for dirnm in alpha[:]:
New submission from Georgios Moralis :
It returns with the following error:
UnboundLocalError: local variable 'p' referenced before assignment
Example causing this:
--- CODE FOLLOWS ---
import os
def show_cwd_list():
alpha = os.listdir(os.getcwd())
for dirnm in alpha[:]: