@@ -1,2 +1,12 @@
def add(a, b):
"""
计算两个数字的和
Args:
a: 第一个数字
b: 第二个数字
Returns:
两个数字的和
return a + b
The note is not visible to the blocked user.