Python

Function

Define a function.

💡 THINK OF IT LIKE…
▸ YOUR TURN

Write: def square(x): return x * x

def.py
+90 XP
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
▶ Output (python)
Click 'Run code' to execute your code in a real sandbox.