Blog-Writing-Agent / src /scripts /mat_operation.py
VashuTheGreat2's picture
Upload folder using huggingface_hub
63de3ab verified
raw
history blame contribute delete
57 Bytes
def add(a,b):
return a+b
def sub(a,b):
return a-b