PEP8 79 char max

Metallicow metaliobovinus at gmail.com
Fri Sep 6 08:24:42 EDT 2013


RailRoadTieWidth = 79.1234567890

>>> 79 = 'Width Of A Horse"s Ass'
  File "<input>", line 1
SyntaxError: can't assign to literal

>>>RailRoadTieWidth.attribute
("American", "Steam")

>>>79.attribute = ("Roman", "Chariot")
  File "<input>", line 1
    79.attribute = ("Roman", "Chariot")
               ^
SyntaxError: invalid syntax

Excuse me if this may be improper in you native language, butt...
If the interpreter didn't have a sense of humor, I believe most people wouldn't use python.

Most often it will return an answer, that is concise, but with a bit of flair.




More information about the Python-list mailing list