Hey, I'm new to python so don't judge.

Callum Robinson cr2001 at hotmail.co.nz
Tue Jan 3 19:32:40 EST 2017


On Wednesday, January 4, 2017 at 1:26:26 PM UTC+13, Erik wrote:
> Hi Callum,
> 
> On 04/01/17 00:02, Callum Robinson wrote:
>  > When i check the code it comes up with invalid syntax and my writing 
> line gets re directed here
>  >
>  > def is_same(target, number:
>  >         if target == number:
>  >             result="win"
>  >         elif target > number:
>  >             result="low"
>  >         else:
>  >             result="high"
>  >         return result
> 
> OK, good. That implies it's something wrong with the function definition 
> ('def'). Look at that very carefully :)   (*)
> 
> E.
> 
> (*) My emoticon may give you a hint ...

I forgot a bloody bracket xD

and now theirs a new error ill try to figure this out on my own.



More information about the Python-list mailing list