Computer Science, asked by pkjrsubi, 22 hours ago

identifiers should always start with a in python​

Answers

Answered by alokagr8604
0
  • The Python identifier is made with a combination of lowercase or uppercase letters, digits or an underscore.
  • An identifier cannot start with a digit. We also cannot use special symbols in the identifiers name.
  • A keyword cannot be used as an identifier
Similar questions