Loading Python Environment

Downloading Pyodide (CPython in WebAssembly)...

← Home

Python Terminal

  SCORE: 0 / 20
Challenge 1: add(a, b)
Return the sum of a and b
def add(a, b): # your code here
add(2,3)==5 add(-1,1)==0 add(100,250)==350
1 / 20