#Hike calculator
1 messages · Page 1 of 1 (latest)
Btw, when you send code do it like that
```python
Your code here
```
Also getFeet will not return what you think it will. It's going to return true or false. Just so return mile * 5280
Thank you
If I can give a few other advice. Use snake_case with Python for variable and function name.
I would recommend to return getMile to something like mile_to_feet