Linux/macOS
python3 -m pip install techdevutil
Windows
py -3 -m pip install techdevutil
Then in the project do:
from techdevutil import <the module>
How to use:
add_numbers(num1,num2)Print Example:
print(add_numbers(num1,num2))How to use:
subtract_numbers(num1,num2)Print Example:
print(subtract_numbers(num1,num2))How to use:
multiply_numbers(num1,num2)Print Example:
print(multiply_numbers(num1,num2))How to use:
divide_numbers(num1,num2)Print Example:
print(divide_numbers(num1,num2))How to use:
palindrome(word)Print Example:
print(palindrome(word))How to use:
remove_spaces(field)Print Example:
print(remove_spaces(field))