Computer Science, asked by Shivkachhela2310, 7 months ago


Name given to different parts of a python Program are
al Identifiers
b) functions.
c) keywords
d) Literods​

Answers

Answered by sapnasharma9049
7

Answer:

Functions is the right answer for it

Answered by ankhidassarma9
0

Answer:

Name given to different parts of a python Program are Identifiers.

Explanation:

  • An identifier is a name given to different entities like class, functions, variables, etc in a Python Program.
  • Identifier helps us to differentiate one entity from another.
  • Python keywords are special reserved with specific meanings and purposes. They are used for  those specific purposes only.
  • A function is a block of code. It runs when it is called. We can pass data(as parameters) into a function and it can return data as a result.
  • Literals in Python is defined as the raw data assigned to variables or constants during programming.
Similar questions