Note
Click here to download the full example code
Toy Example¶
L’exemple le plus simple que l’on puisse imaginer.
from how_to_opensource import add_two_vectors
add_two_vectors([12.5, 26.1], [7.5, 3.9])
Total running time of the script: ( 0 minutes 0.000 seconds)