Update test.py

This commit is contained in:
PierreGode 2024-12-10 16:26:02 +01:00 committed by GitHub
parent 8ebd627916
commit 0d8964dc78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,6 @@ import os
import sys import sys
import json import json
# Function to add two numbers
def add_numbers(a, b) def add_numbers(a, b)
return a + b return a + b