def mult2(x:int)-> int: return x*2 print(mult2(2)) # résultat : 4