28.01.2015 Views

Tutorial Python - Starship

Tutorial Python - Starship

Tutorial Python - Starship

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

import os<br />

filename = os.environ.get(’PYTHONSTARTUP’)<br />

if filename and os.path.isfile(filename):<br />

execfile(filename)<br />

6 Capitolul 2. Utilizarea interpretorului <strong>Python</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!