New python

[withcode id=”PAw” mode=”embed”]

[python]
def add_numbers(a, b):
    return a + b

result = add_numbers(2, 3)
print(result)
python
[python]
def hello_world():
   return "hello world"
[/python]

<py-title> python </py-title>
<py-repl id ="my-repl" auto_generate="true"> </py-repl>

دیدگاهتان را بنویسید