KnowledgeBoat Logo
|

Computer Science

Which of the following are the fundamental building blocks of a Python program?

  1. Identifiers
  2. Constants
  3. Punctuators
  4. Tokens

Python Funda

3 Likes

Answer

Tokens

Reason — Tokens are the fundamental building blocks of a Python program. They are the smallest elements of a Python script that are meaningful to the interpreter.

Answered By

2 Likes


Related Questions