On 10/25/2011 7:34 AM, Dave Angel wrote:
(Once again, please don't top-post. It makes your responses out of
order)
On 10/25/2011 04:24 AM, apometron wrote:
I did it very much times, Anssi.
Beyond of run it on Python 2.7 latest build, what do you suggest?
Do install Python 3.2 alon
I did it very much times, Anssi.
Beyond of run it on Python 2.7 latest build, what do you suggest?
Do install Python 3.2 along the Python 2.7 installation could give me
any problems?
cheers,
Apometron
http://about.me/apometron
On 10/25/2011 6:11 AM, Anssi Saari wrote:
apometron writes
by the gentle support.
[]s
Apometron
On 10/23/2011 8:56 PM, Dave Angel wrote:
On 10/23/2011 06:03 AM, apometron wrote:
import os
nome = sys.argv[1]
final = nome
for i in nome:
print i
if nome[i] = "_":
final[i] = " "
os.rename(nome, final)
What do you want