calthoff / self_taught

This repository contains the exercises for "The Self-Taught Programmer: The Definitive Guide to Programming Professionally."
http://theselftaughtprogrammer.io
267 stars 226 forks source link

using comments #29

Open Abdellatif-T opened 4 years ago

Abdellatif-T commented 4 years ago

Hello, what do I get these errors when I type a comment as it is on the book?

lentgh of a diagonal

1 = 4 SyntaxError: can't assign to literal w = 10 d = match.sqrt (12 + w2) Traceback (most recent call last): File "<pyshell#22>", line 1, in d = match.sqrt (12 + w2) NameError: name 'match' is not defined

thanks, Abdell

calthoff commented 4 years ago

It isn't a 1 it is an L

On Sat, Aug 10, 2019 at 7:54 AM Abdellatif-T notifications@github.com wrote:

Hello, what do I get these errors when I type a comment as it is on the book?

lentgh of a diagonal

1 = 4 SyntaxError: can't assign to literal w = 10 d = match.sqrt (12 + w2) Traceback (most recent call last): File "<pyshell#22>", line 1, in d = match.sqrt (12 + w2) NameError: name 'match' is not defined

thanks, Abdell

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/calthoff/self_taught/issues/29?email_source=notifications&email_token=ACAPZT3BQGQRH72S6ZXTT2DQD3JB3A5CNFSM4IKZUQ62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4AO65Y#issuecomment-520154999, or mute the thread https://github.com/notifications/unsubscribe-auth/ACAPZT3CYQPEL7FKIHSHHWDQD3JB3ANCNFSM4IKZUQ6Q .

-- Kate Scrivano Customer Support Specialist Goselftaught.com