Python

Les bases

Code block - titre 3

#Ceci est un commentaire

a = 2
def function(arg2, arg2=3):
    aa = 33
    bb = 55

function(1,2)