On Sunday, September 17, 2017 at 2:16:48 PM UTC+1, bartc wrote: > > print can also be used for debugging, when it might be written, deleted > and added again hundreds of times. So writing all those brackets becomes > irksome. 'print' needs to be easy to write. > > -- > bartc
Experienced Python programmers use the logging module for debugging, write once, delete (maybe) never. -- Kindest regards. Mark Lawrence. -- https://mail.python.org/mailman/listinfo/python-list