What did I do?

<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>

I’m just curious… :grin:
<Below this line, add a link to the EXACT exercise that you are stuck at.>

<In what way does your code behave incorrectly? Include ALL error messages.>

<What do you expect to happen instead?>

```python

n = [3, 5, 7]
def rangg(v):
return rangg
print rangg(range(10000))

<do not remove the three backticks above>

You didn’t do much of anything.

rangg is never assigned, so you’ll return a value of None.

1 Like

Try the code… its weird

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.