Computer Science, asked by ghatakasmita05, 10 months ago

2. What is the maximum possible length of an identifier?
a) 31 characters
b) 63 characters
c) 79 characters
d) none of the mentioned​

Answers

Answered by TusharTheBrain
2

Answer:

Identifiers and keywords from The Python Language Reference: Identifiers are unlimited in length. But you'll be violating PEP-8 most likely, which is not really cool: Limit all lines to a maximum of 79 characters. Answer: The maximum possible length of an identifier in Python is 79 characters.

Answered by iharshupandey
0

Answer:

none of the mentioned

Explanation:

What is the maximum possible length of an identifier?

1. 31 characters

2. 63 characters

3. 79 characters

4. none of the mentioned

is none mentioned

Similar questions