Computer Science, asked by PARRY8089, 11 months ago

Which are the valid name in Python ?

Answers

Answered by anitamakkar9
1

Answer:

I think so python 3.7.4

Answered by codiepienagoya
1

Valid name in Python:

Explanation:

  • In python valid name is also known as an identifier.
  • It is a mixture of lowercase / uppercase characters, digits or underlines, but it can't use the keywords, because it is a set of words, which is defined in its files.
  • It will begin with a letter A to Z or a letter z or an underline (_) and also followed by zero or more letters, highlights, and digits (0 to 9).

Learn more:

  • Identifier: https://brainly.in/question/10659492
Similar questions