1. Fill in the blanks.
(a) Fundamentals of Python is divided into two categories:
- and
(b)
is the smallest unit inside a program.
(c)
are a set of special words which are reserved by Python and have specific
meanings.
(d)
can be defined as data that is given in a variable or constant.
(e)
literals are immutable (unchangeable).
Answers
Answered by
1
Explanation:
A= Arithmetic Operators and Relational Operators.
B= Token
C= Python key words
D= A constant is a data item whose value cannot change during the program's execution. Thus, as its name implies – the value is constant
E= No. Hence literals are immutable. ... objects of type List, Dictionary, Set and user defined classes are mutable.
pls mark as brainlist
Similar questions