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.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to