Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
PYTHON
28
title bfo field
Guest on 27th August 2023 05:52:42 AM
title
=
bfo.
field
(
'12345.a'
)
limit
=
int
(
limit
)
if
limit
>
len
(
title
)
:
limit
=
len
(
title
)
return
title
[
:limit
]
Raw Paste
title = bfo.field('12345.a') limit = int(limit) if limit > len(title): limit = len(title) return title[:limit]
Login
or
Register
to edit or fork this paste. It's free.