compteur~20171217-121831.py 87 B

12345
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. sentence="azerty uiop"
  4. print(len(sentence))