Add demo.py with add function

This commit is contained in:
2026-02-26 20:08:25 +08:00
parent 19b505d4e2
commit faf63bda84

2
demo.py Normal file
View File

@@ -0,0 +1,2 @@
def add(a, b):
return a + b