compteur~20171217-121750.py 82 B

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