diff options
Diffstat (limited to 'bad_function.py')
| -rw-r--r-- | bad_function.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bad_function.py b/bad_function.py new file mode 100644 index 0000000..bdd45ce --- /dev/null +++ b/bad_function.py @@ -0,0 +1,2 @@ +def myfunc(a: int, b: float) -> int: + return a * b ** 0.5 |
