|
I dont see what i did wrong... def is_friend(name): print is_friend('Diane') |
|
True not true. It is case sensitive |
|
Indentation is very very important in Python. Please check that see if that helps. Also try your code works with this: |
|
Check your formatting (indents, etc) I cleaned it up for you. Try this:
|
|
true should be True (T is capital) and false should be False |
|
Still doesn't like it...
|
|
Try this |
|
This may be more helpful..
1
When you post code, you want to make sure it's formatted properly so we can read it. |