Test de prérequis - Python : Bonnes pratiques et Design patterns

Quiz background
Score actuel : 0
Question 1 / 10

Quelle est la syntaxe correcte pour définir une fonction en Python ?

function myFunc()
func myFunc()
def myFunc()
define myFunc()