python · beginner · ~10 min
Write `safe_divide(a, b)` that returns a/b, or None if b is 0.
python editor · loading…
Output
Run to see output.