diff --git a/bug.py b/bug.py new file mode 100644 index 0000000..30b640c --- /dev/null +++ b/bug.py @@ -0,0 +1,2 @@ +def f(x): + return 10 / x