Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DSU-FDP
/
Sample-API
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4baab8b
Sample-API
/
calculator.py
adhvaithprasad
new modules added
1cae9bb
5 months ago
raw
Copy download link
history
blame
Safe
47 Bytes
def
calculate
(
operation, x, y
):
return
x/y