0 votes
in Python by
Which of the following statements is correct for variable names in Python language?

i)  All variable names must begin with an underscore.

ii)  Unlimited length

iii)  The variable name length is a maximum of 2.

iv)  All of the above

1 Answer

0 votes
by

ii)  Unlimited length

Related questions

+1 vote
asked Jan 30, 2022 in Python by sharadyadav1986
0 votes
asked Jan 16, 2021 in Python by SakshiSharma
...