Add a new method to double a value
It would be nice to have a method to double the value of an input.
For example:
from my_script import double
double(3)
6
Nantes Université
It would be nice to have a method to double the value of an input.
For example:
from my_script import double
double(3)
6