LearnPath

python · beginner · ~10 min

Safe divide

Write `safe_divide(a, b)` that returns a/b, or None if b is 0.

python editor · loading…

Output

Run to see output.