User Tools

Site Tools


programming:python:python

This is an old revision of the document!


Hello world !

Exercice 1 : printf

  • Open a terminal
  • Create your file by writing the following command
vim ex1.py
  • Enter insertion mode by pressing Insert
  • Write the line below
print("Hello world !")
  • Then press Esc key
  • Save the file
  • Execute
python3 ex1.py
programming/python/python.1669803439.txt.gz · Last modified: 2022/11/30 10:17 by ateixeira