Commit bf325529 authored by Robert Bradshaw's avatar Robert Bradshaw

Testcase for #480.

parent 178a6b2e
def f(x):
return x
def float_len(x):
"""
>>> float_len([1,2,3])
3.0
"""
float(len(f(x)))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment