0 votes
in Python by
What can be the length of the identifier in Python?

1 Answer

0 votes
by

The length of the identifier in Python can be of any length. The longest identifier will violate from PEP – 8 and PEP – 20.

...