compteur~20171217-122019.py 123 B

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