Download Benvenuti

Document related concepts
no text concepts found
Transcript
Il  nostro  primo  file  Python
Contenuto  del  file
print("Hello World!")
Interprete
$ ./hello.py
./hello.py: line 1: syntax error
near unexpected token <=
‘’Hello world!’’
./hello.py: line 1: ‘print(’Hello
world!’)’
62