Computer Science, asked by lawrishav, 6 months ago

names given to different parts of python program are .......... (MCQ)

a. Indentifiers
b. Functions
c. Keywords
d. literals​

Answers

Answered by diva61anshi
18

Answer:

Functions

Explanation:

plz follow me dear

Answered by minasharmaminaedu
0

Concept

An identifier is the name assigned to an entity, such as a class, a function, a variable, etc. One entity from another is made clearer by this.

Explanation

Identifier writing guidelines

  • Identifiers can consist of a combination of lower- or capital letters (a to z), numbers (0 to 9) or an underscore ( ). MyClass, var 1, and print this to screen are just a few examples of acceptable names.
  • An identification number cannot begin with a digit. Although variable1 is an acceptable name, variable is not.
  • As identifiers, keywords are ineffective.
  • Special symbols like!, @, #, $, percent, etc. cannot be used in our identifier.

Hence Identifiers is the correct answer

#SPJ3

Similar questions