[Python] Vbs vs Python
Luca Marturana
lucamarturana a gmail.com
Dom 17 Set 2006 19:43:14 CEST
Te la butto lì:
#!/usr/bin/python
f = file("/path/to/file")
f2 = file("/path/to/file2","w")
tmp = f.read()
f2.write(tmp)
f.close()
f2.close()
--
Luca Marturana (Luca89) <lucamarturana a gmail.com>
Website: http://luca89.wordpress.com
Jabber: <luca89 a unstable.nl>
MSN: <scherlockholmes a hotmail.com>
-------------- parte successiva --------------
Un allegato non testuale è stato rimosso....
Nome: non disponibile
Tipo: application/pgp-signature
Dimensione: 189 bytes
Descrizione: Questa parte del messaggio =?ISO-8859-1?Q?è?Url: http://lists.python.it/pipermail/python/attachments/20060917/c454674b/attachment.pgp
Maggiori informazioni sulla lista
Python