Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CaffeineCrew
/
Techdocs
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
5782a92
Techdocs
/
testing
/
test.py
HemanthSai7
CLI testing complete
08fce87
over 1 year ago
raw
Copy download link
history
blame
Safe
196 Bytes
def
add
(
a, b
):
"""Computes and returns the sum of two numbers.
Args:
a (int): The first number.
b (int): The second number.
Returns:
int: The sum of a and b.
"""
return
a + b