>>> def fonction1(): ... print('hello') # Tabulation ... # Enter >>> fonction1() hello