Report Bug
Qus : The tiny individual unit in python program is known as
Qusपायथन प्रोग्राम में छोटी व्यक्तिगत इकाई को कहा जाता है

A. Keywords
B. Identifires
C. Token
D. Statement


Solution
C. Token



Explanation
The smallest individual unit in a Python program is known as a "token." Tokens are the building blocks of a program and are the smallest units recognized by the Python interpreter.



Report Bug