[Tutor] I have a problem with def

john fabiani johnf at jfcomputer.com
Fri Feb 23 10:48:15 EST 2018


I don't what you are doing but

it should be at least

def func():

notice the colon at the end.

Johnf


On 02/22/2018 02:16 PM, David Bauer wrote:
> it doesn't work, you are suppsed to declare a function as def func() and it
> comes back as:
>
> File "<stdin>", line 1
>      def func()
>               ^
> SyntaxError: invalid syntax
>
> that is not expected I would also expect def to turn red because it is a
> keyword in Python, but that doesn't happen, anyone else having this
> problem???? Anyone know what I should do or look for????
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor



More information about the Tutor mailing list