Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
4
Running
on
Zero
App
Files
Files
Community
41c0212
fastapi_django_main_live
/
workspace
/
add_numbers.py
kenken999
df
f8033e0
5 months ago
raw
Copy download link
history
blame
Safe
40 Bytes
def
add_numbers
(
a, b
):
return
a + b