#!/usr/bin/python # -*- coding: utf-8 -*- sentence="azerty uiop" words = sentence.split() print (words) print(len(words))