PYTHON   28
title bfo field
Guest on 27th August 2023 05:52:42 AM


  1. title = bfo.field('12345.a')
  2.       limit = int(limit)
  3.       if limit > len(title):
  4.           limit = len(title)
  5.       return title[:limit]

Raw Paste

Login or Register to edit or fork this paste. It's free.