<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
I’m just curious…
<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?>
```pythonn = [3, 5, 7]
def rangg(v):
return rangg
print rangg(range(10000))
<do not remove the three backticks above>