Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 458 Bytes

File metadata and controls

18 lines (13 loc) · 458 Bytes

NOTES

python my_script.py : run file
python --version : (-V)

PY LAUNCHER:
// python versions manager from windows
// by default py uses last version recognized on the system
py --list : list of installed versions (recognized by windows)

dir() = show files in directory
help(obj) : spiegazione dell'oggetto
dir(obj) : lista di suoi metodi
type(obj) : tipo di oggetto (int,str…)

README.md