Answers for "directory corrente python"

0

directory corrente python

# Individuazione della directory corrente con getcwd()
>>> import os
>>> os.getcwd()
'C:\\Python'

@ncl.a
Posted by: Guest on November-17-2020

Code answers related to "directory corrente python"

Python Answers by Framework

Browse Popular Code Answers by Language