What is wrong with my code?

apometron apometron.listas.cinco at gmail.com
Sun Oct 23 06:03:54 EDT 2011


import os
nome = sys.argv[1]
final = nome
for i in nome:
     print i
     if nome[i] = "_":
         final[i] = " "
os.rename(nome, final)




More information about the Python-list mailing list