def fctG():
	p = Phrase("Tous les hommes sont mortels")
	m = p.motAt(4)
	m.doShuffle()
	p.remove(2)
	p.insert(2,m.value())
	print(p.value())