Files
test-gitea/script.py
T
2026-05-16 14:00:03 +02:00

4 lines
50 B
Python

def sum(a, b):
return a + b
print(sum(10, 5))