Which of the following are the fundamental building blocks of a Python program?
Identifiers
Constants
Punctuators
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.