Code is executed with Pyodide, a port of CPython to WebAssembly/Emscripten. Some functionality in Python may not be available or may not work as expected.
# Fix the error in the code below
def add_two(a, b):
return a + b
total = add_two(2; 6)
print(total)
Click Run or press shift + ENTER to see the output below.